Hi,I'm getting segmentation faults with BridJ when my Java callback instances are GC'd and afterwards accessed from native code. I understand that I have to guard my callbacks against GC but must the native callback wrapper seg fault in such a case? Couldn't it just throw a fatal exception explaining the issue (fatal because the native caller of the callback won't be able to recover from such a condition in general)?And related: Is there a wiki page listing potential developer errors you may have when using BridJ and their symptoms and possible solutions? Like the callback case or e.g. in which cases you may be risking buffer overflows and similar.Johannes--
You received this message because you are subscribed to the Google Groups "NativeLibs4Java" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nativelibs4ja...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.