[racket] DrRacket/Ubuntu 12.04 LTS

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Apr 27 17:42:14 EDT 2013

How about doing this:

gdb racket -l drracket

from the command line and then, when gdb shows up, type "run" and hit
return. Then you should get a stack trace, at least.

Robby


On Sat, Apr 27, 2013 at 4:39 PM, Patrick King <slowthought at gmail.com> wrote:

> On Sat, Apr 27, 2013 at 5:02 PM, Robby Findler <
> robby at eecs.northwestern.edu> wrote:
>
>> I'm not sure how to better communicate with ubuntu, but if you run
>> drracket from a shell / terminal window then there might be some output in
>> that window after the crash happens that might be a hint.
>>
>>
> pking at pk-Aspire-5733Z:~/Source$ ./drracket.sh
>   Seg fault (internal error) at 0x7f20eb35aa40
>   SIGSEGV SEGV_ACCERR SI_CODE 2 fault on 0x7f20eb35aa40
>   ./drracket.sh: line 2:  2470 Aborted                 (core dumped)
> /usr/racket/bin/drracket
> pking at pk-Aspire-5733Z:~/Source$
>
> I haven't found where the core dump is actually hiding. There is no line
> 2470 in usr/racket/bin/drracket, which is what ./drracket.sh: line 2
> appears to reference. It might refer to a line deep in the gracket source.
>
> Thanks, Pat.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130427/e30f65a7/attachment-0001.html>

Posted on the users mailing list.