Re: perl5.8.8 SEGfault and corrupt stack

2007-07-30 Thread Jason Tishler
On Sat, Jul 28, 2007 at 08:19:04PM -0700, Linda Walsh wrote: > Reini Urban wrote: > >I would try a rebaseall > --- > Good suggestion. Hadn't thought of that. Unfortunately > rebaseall fails as well: > > rebaseall > ReBaseImage (/usr/bin/cygiconv-2.dll) failed with last error = 6 > > Any ot

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-29 Thread Linda Walsh
Christopher Faylor wrote: Maybe you shouldn't be quite so indignant about the notion of your setup being "broken". --- Pot, kettle, black. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cyg

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-29 Thread Christopher Faylor
On Sun, Jul 29, 2007 at 04:14:30AM -0700, Linda Walsh wrote: >On Sat, Jul 28, 2007 at 08:19:04PM -0700, Linda Walsh wrote: >> Reini Urban wrote: >>> Linda Walsh schrieb: I'm having problems with perl5.8.8. I tried running it under gdb, but it won't load: > gdb perl.exe GNU gd

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-29 Thread Linda Walsh
Brian Dessent wrote: You're using an outdated version of gdb and you're seeing this phony SIGSEGV because of it. --- Awesome! Thanks. Not sure why, but 'setup' didn't think I had gdb installed, so it never offered me a newer version...weird. Thanks! -- Unsubscribe info: http://c

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Brian Dessent
Linda Walsh wrote: > > gdb perl > GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) > This GDB was configured as "i686-pc-cygwin"...Minimal symbols from perl.exe... > (no debugging symbols found) > (gdb) run -e'print 1' > Starting program: /usr/bin/perl.exe -e'print 1' > Program received signal SIGS

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Linda Walsh
Reini, Reini Urban wrote: Linda Walsh schrieb: I'm having problems with perl5.8.8. I tried running it under gdb, but it won't load: > gdb perl.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) (gdb) run Starting program: /usr/bin/perl.exe Program received signal SIGSEGV, Segmentation fault.

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Christopher Faylor
On Sat, Jul 28, 2007 at 10:49:43AM -0600, Morgan Gangwere wrote: >I want to Know why in the original message, PATHS are set at c:\... >and not something like C:\Cygwin-bin\... > >Tried that once and it kept dumping on me... figured out that you >either a) have to install on a virgin drive or b) hav

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Morgan Gangwere
On 7/28/07, Reini Urban <[EMAIL PROTECTED]> wrote: > Reini Urban schrieb: > > Linda Walsh schrieb: > >> I'm having problems with perl5.8.8. I tried running it under gdb, but > >> it won't load: > >> > gdb perl.exe > >> GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) > >> (gdb) g > >> Undefined co

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Reini Urban
Reini Urban schrieb: Linda Walsh schrieb: I'm having problems with perl5.8.8. I tried running it under gdb, but it won't load: > gdb perl.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) (gdb) g Undefined command: "g". Try "help". (gdb) run Starting program: /usr/bin/perl.exe Program rece

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-28 Thread Reini Urban
Linda Walsh schrieb: I'm having problems with perl5.8.8. I tried running it under gdb, but it won't load: > gdb perl.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) (gdb) g Undefined command: "g". Try "help". (gdb) run Starting program: /usr/bin/perl.exe Program received signal SIGSEGV, S