Search found 3 matches

by zaviercheng
Sat, 2023-07-15, 11:30
Forum: DCMTK - General
Topic: Segfault between DCMTK and pytorch lite
Replies: 5
Views: 6229

Re: Segfault between DCMTK and pytorch lite

J. Riesmeier wrote: Thu, 2023-07-13, 08:48 I cannot see any connection with the DCMTK. You should probably start the debugger to find the reason for this segmentation fault.
Appreciate the reply. Any suggestions to find what would be the reason the libofstd.so is conflict with libpytorch_jni_lite.so?
by zaviercheng
Sat, 2023-07-15, 11:28
Forum: DCMTK - General
Topic: Segfault between DCMTK and pytorch lite
Replies: 5
Views: 6229

Re: Segfault between DCMTK and pytorch lite

The libofstd.so is a basic operation library in DCMTK, and it conflicts with libpytorch_jni_lite.so then cause this segfault
by zaviercheng
Wed, 2023-07-12, 14:41
Forum: DCMTK - General
Topic: Segfault between DCMTK and pytorch lite
Replies: 5
Views: 6229

Segfault between DCMTK and pytorch lite

I'm working on a android app with both DCMTK and pytorch lite SDK. I encounter the segmentation fault when loading my pytorch model. Here is the logcat messages. Please help! Thank you. Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7fda774ea8 in tid 12971 (myapp), pid 12971 (myapp) p...