rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Make C++ call stack available inside JVM when error thrown #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, errors are thrown across the JNI boundary into Java. 
However, when that happens apparently the C++ stack trace is lost, we'd like to 
avoid that, perhaps using one of the signals defined in Signal.h (SIGINT? 
SIGSTOP?).

If enabled, this should be an optional behavior, we still want to be able to 
handle those errors as Java exceptions in most cases.

Original issue reported on code.google.com by javier.barreiro@gmail.com on 1 Dec 2010 at 11:58

GoogleCodeExporter commented 8 years ago

Original comment by javier.barreiro@gmail.com on 30 May 2012 at 5:26