Does adding the executable pathname to the `gdb` command line (i.e., format `gdb EXECUTABLE-FILE CORE-FILE`) give you the symbols?

If that doesn't give you symbols, you can check the symbol info of your Racket debug build by running (without the core file) briefly under `gdb`. If I had to guess, I'd say that probably your debug build is fine, and that, in your core file, probably a memory problem didn't corrupt your C stack. To guess further beyond that point, I'd first look at what relatively problematic things the application code is doing. (A GC patch by rtm is good to mentally file away in case more likely sources of problem are exhausted, but that's not the first place I'd look for a problem.)

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to