Looking over the build log it doesn't look like the racket binary is stripped.

https://launchpadlibrarian.net/122407607/buildlog_ubuntu-raring-amd64.racket_5.3.1.5-20121108~raring_BUILDING.txt.gz

On 11/16/2012 08:46 AM, Diogo F. S. Ramos wrote:
Matthew Flatt <mfl...@cs.utah.edu> 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

____________________
 Racket Users list:
 http://lists.racket-lang.org/users

Reply via email to