how can I debug errors in linked-in drivers or nif loaded as shared library?

caox caox@REDACTED
Fri Dec 24 10:09:59 CET 2010


hi

	I got a segmentation fault and a core.dump file when tested my linked-in driver. How could I debug it with gdb?
	For an executable c file, we can just call 'gdb a.out core.dump'. How can I do this for a .so file loaded by erlang?
        Thanks.


More information about the erlang-questions mailing list