B
BlueDoze
Helloo,
I'm developing a library with C++, and the interface of the
application will be with java, JNI will be used.
The problem is that whenever assert() occurs, the whole application
core dumps, Is this the normal behavior, or that's a wrong one.
I know that asserts should not be occured in normal cases, but I don't
like the core dump.
Any thoughts.
Bluedoze
I'm developing a library with C++, and the interface of the
application will be with java, JNI will be used.
The problem is that whenever assert() occurs, the whole application
core dumps, Is this the normal behavior, or that's a wrong one.
I know that asserts should not be occured in normal cases, but I don't
like the core dump.
Any thoughts.
Bluedoze