VadaVaka
Debugging the new dll - Printable Version

+- VadaVaka (https://vadavaka.com/forums)
+-- Forum: General Forums (https://vadavaka.com/forums/forumdisplay.php?fid=5)
+--- Forum: IT-Geeks Hang Out (https://vadavaka.com/forums/forumdisplay.php?fid=42)
+---- Forum: Programming (https://vadavaka.com/forums/forumdisplay.php?fid=27)
+---- Thread: Debugging the new dll (/showthread.php?tid=2802)



Debugging the new dll - evil_admin - 07-02-2003

After completing the compilation of Ricochet on Linux (Thanks for all the help), I set up the dll (.so) and upon startup got the following error messages:

Host error: Couldn't get DLL API from ./ricochet/dll/ricochet_i386.so

line 83 1984 segmentation fault $HL $*

If this looks familiar to anyone, speak out. I have posted this on botman's boards also.

desNotes


Debugging the new dll - Guest - 07-03-2003

If I remember rightly, segmentation fault occurs when you attempt to access memory in another segment that you haven't allocated properly, or simply run out of memory...

Gone of the 'if it compiles it runs' days... :/