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
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
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
>-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,
4 matches
Mail list logo