Re: failed to set signal flags properly for ast()

2003-03-13 Thread Bruce Evans
On Wed, 12 Mar 2003, Tim Robbins wrote: > Compile, run under gdb, then type "print test()" when the program receives > SIGABRT. Seems to work incorrectly on 4.7 too. > > #include > #include > > void > test(void) > { > > puts("hello"); > } > > int > main(int argc, char *argv[]) > { > >

Re: failed to set signal flags properly for ast()

2003-03-12 Thread Bruce Evans
On Wed, 12 Mar 2003, Tim Robbins wrote: > Compile, run under gdb, then type "print test()" when the program receives > SIGABRT. Seems to work incorrectly on 4.7 too. > > #include > #include > > void > test(void) > { > > puts("hello"); > } > > int > main(int argc, char *argv[]) > { > >

Re: failed to set signal flags properly for ast()

2003-03-08 Thread Bruce Evans
On Fri, 7 Mar 2003, Kris Kennaway wrote: > I've been getting a few of these on 5.0 lately: > > Mar 7 21:31:07 bento kernel: failed to set signal flags properly for > ast() > > Is there any additional debugging information I can provide to help > track this down? It wouldn't hurt to know the si