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[])
> {
>
>
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[])
> {
>
>
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