[racket] DrRacket/Ubuntu 12.04 LTS

From: Patrick King (slowthought at gmail.com)
Date: Sat Apr 27 18:09:41 EDT 2013

gdb racket -"ell"
gdb racket -"one"
gdb racket -"eye"

Good to have gdb back, down in the guts. appalling how much I've forgotten.
Most likely error message so far:

~/Source$ gdb racket -i drracket
  Interpreter `drracket' unrecognized
~/Source$

I've tried running from home, usr directories, various variations of ./*
for file references.


On Sat, Apr 27, 2013 at 5:42 PM, Robby Findler
<robby at eecs.northwestern.edu>wrote:

> 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/590972db/attachment.html>

Posted on the users mailing list.