Re: [Pipmak-Users] Troubles in Linux
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2006-10-15 07:53:05
|
Dennis wrote: > Christian, I'd like to know have you installed OS Linux on your computer? How > did you compile binary? Did you test it yourself? Yes, I compiled the i686 binary on Fedora Core 4 and IIRC also tested it on Ubuntu Dapper. > Now, here is what I had got: > ... > (gdb) bt > #0 0x080762ec in luaH_getstr () > #1 0x080763ef in luaH_get () > #2 0x0806dc09 in lua_rawget () > #3 0x080580d4 in openProject (filename=0x0) at opensave.c:146 > #4 0x080582e4 in openAndEnterProject (filename=0x0) at opensave.c:185 > #5 0x0805becd in main (argc=1, argv=0xbfea7c84) at main.c:449 > ... > Is it helpful? Yes, that's helpful. The line numbers and the arguments give me some clues. (I didn't have those in Stefan's report because he used the release binary that doesn't include debug info.) I still can't reproduce it, but I have a somewhat better idea of what's going on. Now, can you open source/config.h and uncomment the '#define DEBUG' on line 24, recompile, run Pipmak (outside of the debugger), and tell me the output? BTW, if you like, we can continue in real-time. I'm wa...@ma... on AIM, cwa...@ja... on Jabber, 7575265 on ICQ. -Christian |