Hello Guest

[BUG] Possible fix to crash on exit.

  • 3 Replies
  • 9309 Views
[BUG] Possible fix to crash on exit.
« on: October 05, 2012, 12:37:21 »
Hi all.

I am having an annoying error which I think is the same as the one mentioned in these threads:

http://lwjgl.org/forum/index.php/topic,4663.0.html (not sure if the same)
http://lwjgl.org/forum/index.php?topic=4526.0
http://lwjgl.org/forum/index.php?topic=4562.0
http://lwjgl.org/forum/index.php?topic=4052.0

After a bit of googling, I found out that it's a bug JOGL also had, which they found a fix to: https://jogamp.org/bugzilla/show_bug.cgi?id=610

I tested the fix (using JOGL), and the error disappears, using the same example.

So my question is, could this fix also be applied to lwjgl or am I completely offroad here?

*

Offline Matzon

  • *****
  • 2242
Re: [BUG] Possible fix to crash on exit.
« Reply #1 on: October 08, 2012, 08:55:50 »
The fix looks fairly specific to jogl. I think your best bet is to either look into fixing it yourself and send the patch, or wait for someone using that radeon + linux combo that can fix and test it.
I don't know if any of our devs use that combo?

*

Offline kappa

  • *****
  • 1319
Re: [BUG] Possible fix to crash on exit.
« Reply #2 on: October 08, 2012, 10:03:27 »
Just out of curiosity what driver are you using the proprietary one or the open source one?

There have been reports that this only happens with the open source driver while the proprietary one works fine.

Re: [BUG] Possible fix to crash on exit.
« Reply #3 on: October 08, 2012, 17:18:53 »
I am using the proprietary driver.