https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239493

Conrad Meyer <c...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not Enough Information
             Status|New                         |Closed

--- Comment #2 from Conrad Meyer <c...@freebsd.org> ---
(In reply to Dennis Clarke from comment #0)
>   if (r[2048] != 0 || r[2049] != 0 || r[2050] != 0 || r[2051] != 0 ||
>       r[2052] != 0 || r[2053] != 0 || r[2054] != 0)
>     abort ();

abort() invokes raise(SIGABRT).  This looks like libc behaving as expected. 
Where's the bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to