You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Build install GPSEE in a path like /foo.bar/gpsee
2. Run gsr with input: var x = require('thread'); // the module doesn't matter.
What is the expected output? What do you see instead?
Expected Results:
The program should run and terminate without error.
Actual Results:
Module loading fails with an error message that gpsee wasn't able to find
function thread_InitModule.
What version of the product are you using? On what operating system?
static char __attribute__((unused)) rcsid[]="$Id: version.c.in,v 1.1 2009/10/27
20:16:20 wes Exp $";
static char __attribute__((unused)) state[]="$State: Exp $";
static char __attribute__((unused)) hginfo[]="$Hg: 3263e79097ab tip $";
Linux: 2.6
GCC 3.4.6
Please provide any additional information below.
The fix is to change strchr() to strrchr() in line 1109 of gpsee_modules.c.
Original issue reported on code.google.com by windcl...@gmail.com on 24 Mar 2011 at 11:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
windcl...@gmail.com
on 24 Mar 2011 at 11:02The text was updated successfully, but these errors were encountered: