Re: [Mesa-dev] [PATCH 00/13] Fix context creation error handling

2015-05-05 Thread Anuj Phogat
On Tue, May 5, 2015 at 4:25 AM, Juha-Pekka Heikkila juhapekka.heikk...@gmail.com wrote: This is a resend, the earlier set seem to have gone into void. This set was collected with intentionally failing at context creation and then fixing all the places where segfault resulted. Some of the

[Mesa-dev] [PATCH 00/13] Fix context creation error handling

2015-05-05 Thread Juha-Pekka Heikkila
This is a resend, the earlier set seem to have gone into void. This set was collected with intentionally failing at context creation and then fixing all the places where segfault resulted. Some of the places where null is being checked are a bit funny but its only because during first time

[Mesa-dev] [PATCH 00/13] Fix context creation error handling

2014-11-28 Thread Juha-Pekka Heikkila
This set fixes context creation error handling. Currently if there was any error during context creation it would automatically cause segfault. There are many very small patches because they touch very different areas but any if unhandled could cause segfaulting in problematic situation. Valgrind