[BUG] HelloNFD demo crashes

Started by christianriekoff, February 19, 2018, 08:56:12

Previous topic - Next topic

christianriekoff

When I run the HelloNFD Demo on OSX I get this error message after pressing command o

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libjemalloc.dylib+0x5832]
[error occurred during error reporting (printing problematic frame), id 0xe0000000]

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/christianr/dev/cc3/cc-gl2/hs_err_pid1020.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

spasi

I cannot reproduce this. Which LWJGL version are you using? Does it work if you run the demo with -Dorg.lwjgl.system.allocator=system?

christianriekoff

I ran the demo with version 3.1.5 -Dorg.lwjgl.system.allocator=system did solve the problem

spasi

Could you please try with 3.1.6 and jemalloc?

christianriekoff

tried 3.1.6 with jemalloc same error again, I use tinyfd for now as its file dialogs are all I need, still happy to test stuff for debugging if needed just let me know

spasi


christianriekoff

Hi Spasi

Not sure what was going on just tried to run the app again to export the crash log and now it is working. Will let you know if I run into trouble again.

Thanks for the effort.

Christian

crazymag

What's the primary reason why it suddenly crashed?  ???