[Mesa-dev] [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 8 19:03:40 UTC 2017


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

Ray Strode [halfline] <rstrode at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rstrode at redhat.com

--- Comment #12 from Ray Strode [halfline] <rstrode at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171208/cb7226cf/attachment.html>


More information about the mesa-dev mailing list