node-datachannel icon indicating copy to clipboard operation
node-datachannel copied to clipboard

Segfault on Arch Linux

Open mikey0000 opened this issue 1 year ago • 2 comments

So I have a gdb trace here, I'm not sure if this is entirely helpful, I'll attempt to run datachannel on its own and see if I can reproduce the issue as it was reported to me by a user. This is also within Electron.

Thread 38 "RTC worker" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff520006c0 (LWP 284469)]
___pthread_rwlock_wrlock (rwlock=0x0) at pthread_rwlock_wrlock.c:26
26  int result = __pthread_rwlock_wrlock_full64 (rwlock, CLOCK_REALTIME, NULL);

mikey0000 avatar Nov 05 '24 20:11 mikey0000

Got a new trace,

OPENSSL_sk_pop_free ... at crypto/stack/stack.c:431

openssl version 3.4.0

mikey0000 avatar Nov 06 '24 01:11 mikey0000

Unfortunately, these log lines do not mean so much to me.

You can set the log level to debug. Then we can get more lines.

initLogger('Debug');

murat-dogan avatar Nov 10 '24 10:11 murat-dogan