[racket] Statistical profiler doesn't return a complete report with JIT

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Fri Nov 16 17:48:20 EST 2012

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 <mflatt at 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


Posted on the users mailing list.