RE: bash, dircolors, setsid and a stackdump

2004-01-27 Thread Rafael Kitover
I just compiled the cygwin dll from latest CVS, and the problem reported in this thread, ie the script: -- #!/bin/bash echo foo sleep 10 -- When run with "setsid bash script.sh" no longer produces a stackdump and works correctly. -- Rafael -- Unsubscribe info: http

Re: bash, dircolors, setsid and a stackdump

2004-01-22 Thread Igor Pechtchanski
On Thu, 22 Jan 2004, David Rothenberger wrote: > Rafael Kitover wrote: > > > I would dearly love to know how you get those lovely line numbers in the > > stackdump :) > > I used the unstripped DLL from my CVS build and then used addr2line on > each function address in the stacktrace, specifying th

Re: bash, dircolors, setsid and a stackdump

2004-01-22 Thread David Rothenberger
Rafael Kitover wrote: I would dearly love to know how you get those lovely line numbers in the stackdump :) I used the unstripped DLL from my CVS build and then used addr2line on each function address in the stacktrace, specifying the DLL as the executable. I.e., addr2line -e /bin/cygwin1.dll

RE: bash, dircolors, setsid and a stackdump

2004-01-22 Thread Rafael Kitover
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >David Rothenberger >Sent: Thursday, January 22, 2004 10:32 AM >To: [EMAIL PROTECTED] >Subject: bash, dircolors, setsid and a stackdump > >I've just encountered a very strange problem involving setsid, rxvt,