Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-11-10 Thread CSights
Hi Rafael, > Can you please check if you are able to reproduce the problem with > 2.6.24-rc2? I am not able to reproduce the problem with 2.6.24-rc2. I am able to suspend to disk successfully. Thank for the prompt fix! :) C. - To unsubscribe from this list: send the line

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-11-10 Thread CSights
Hi Rafael, Can you please check if you are able to reproduce the problem with 2.6.24-rc2? I am not able to reproduce the problem with 2.6.24-rc2. I am able to suspend to disk successfully. Thank for the prompt fix! :) C. - To unsubscribe from this list: send the line

Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-11-08 Thread Rafael J. Wysocki
On Tuesday, 30 of October 2007, CSights wrote: > > > > Thanks, I'll try to reproduce the problem here and fix it. > > No really, thank you! Sorry for the long delay. Can you please check if you are able to reproduce the problem with 2.6.24-rc2? Thanks, Rafael - To unsubscribe from this list:

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-11-08 Thread Rafael J. Wysocki
On Tuesday, 30 of October 2007, CSights wrote: Thanks, I'll try to reproduce the problem here and fix it. No really, thank you! Sorry for the long delay. Can you please check if you are able to reproduce the problem with 2.6.24-rc2? Thanks, Rafael - To unsubscribe from this list: send

Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-30 Thread CSights
> > Thanks, I'll try to reproduce the problem here and fix it. No really, thank you! C. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-30 Thread CSights
Thanks, I'll try to reproduce the problem here and fix it. No really, thank you! C. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-28 Thread Rafael J. Wysocki
On Sunday, 28 October 2007 16:33, C Sights wrote: > > > > Well, a test program that triggers the SIGABRT under gdb would be useful. > > The attached program causes a SIGABRT for me, > > Thanks, > C. Thanks, I'll try to reproduce the problem here and fix it. Greetings, Rafael - To

Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-28 Thread C Sights
> > Well, a test program that triggers the SIGABRT under gdb would be useful. The attached program causes a SIGABRT for me, Thanks, C. #include using namespace std; int main (char **argv, int argc) { string t = "linux rocks!"; t.replace(LONG_MAX, 1, "sigabrt here"); return 0; }

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-28 Thread C Sights
Well, a test program that triggers the SIGABRT under gdb would be useful. The attached program causes a SIGABRT for me, Thanks, C. #include string using namespace std; int main (char **argv, int argc) { string t = linux rocks!; t.replace(LONG_MAX, 1, sigabrt here); return 0; }

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-28 Thread Rafael J. Wysocki
On Sunday, 28 October 2007 16:33, C Sights wrote: Well, a test program that triggers the SIGABRT under gdb would be useful. The attached program causes a SIGABRT for me, Thanks, C. Thanks, I'll try to reproduce the problem here and fix it. Greetings, Rafael - To unsubscribe from

Re: cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-26 Thread Rafael J. Wysocki
On Friday, 26 October 2007 03:03, CSights wrote: > Hi LKML, > My computer running kernel 2.6.23 does not "hibernate" (suspend to disk > using > the kernel's methods) with a program (named stringTest) running in gdb, but > has received a SIGABRT. > The hibernate is successful when

Re: cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-26 Thread Rafael J. Wysocki
On Friday, 26 October 2007 03:03, CSights wrote: Hi LKML, My computer running kernel 2.6.23 does not hibernate (suspend to disk using the kernel's methods) with a program (named stringTest) running in gdb, but has received a SIGABRT. The hibernate is successful when running

cannot "hibernate" if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-25 Thread CSights
Hi LKML, My computer running kernel 2.6.23 does not "hibernate" (suspend to disk using the kernel's methods) with a program (named stringTest) running in gdb, but has received a SIGABRT. The hibernate is successful when running kernel 2.6.22.7 ! Here is the message from gdb:

cannot hibernate if program being debugged in gdb is paused after SIGABRT in linux 2.6.23 (but can in 2.6.22.7)

2007-10-25 Thread CSights
Hi LKML, My computer running kernel 2.6.23 does not hibernate (suspend to disk using the kernel's methods) with a program (named stringTest) running in gdb, but has received a SIGABRT. The hibernate is successful when running kernel 2.6.22.7 ! Here is the message from gdb: