https://bugs.freedesktop.org/show_bug.cgi?id=100708

Ray Strode [halfline] <rstr...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rstr...@redhat.com

--- Comment #12 from Ray Strode [halfline] <rstr...@redhat.com> ---
> #3  0xd942f4e7 in atexit_handler () at u_queue.c:51
> #4  0xf6cbe8d3 in __run_exit_handlers (status=2, listp=0xf6e483fc
> <__exit_funcs>, run_list_atexit=true, run_dtors=true) at exit.c:83
> #5  0xf6cbe931 in __GI_exit (status=2) at exit.c:105

A program should never call exit() when exec() fails.  Standard practice is
_exit() in that case so the parent's atexit handlers don't get run.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to