Matthew Flatt <[email protected]> writes: > Does the executable from the package have debugging info stripped away? > The Racket JIT needs some DWARF information to reconstruct the call > stack for backtraces and profiling on x86_64.
I don't know if my method is conclusive, but running `gdb' with the package's executable tells me this: Reading symbols from /usr/bin/racket...(no debugging symbols found)...done. ____________________ Racket Users list: http://lists.racket-lang.org/users

