Re: [Pipmak-Users] Linux: "Fatal Error..."
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2006-09-03 07:46:31
|
Stefan Gro=DFhauser wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1221626176 (LWP 5386)] > 0x0806e3c2 in luaH_getstr () > (gdb) bt > #0 0x0806e3c2 in luaH_getstr () > #1 0x08067917 in lua_rawget () > #2 0x08054b20 in openProject () > #3 0x08054d3c in openAndEnterProject () > #4 0x08058947 in main () Hmm, that does look like a bug in Pipmak, not a library issue. There are = lots of calls to lua_rawget() in openProject(), so it's hard to judge=20 which one is failing. Seems like compiling from source is the only way=20 forward. Did you place the demo project or any other project in the folder that=20 contains the executable? If so, try moving it away (and if not, maybe=20 try moving one there) and see if it makes a difference. -Christian |