看板 DFBSD_submit 關於我們 聯絡資訊
Hiroki Sato <hrs@allbsd.org> wrote: > > Here is a patch to update dfports/x11/xorg-libraries from 6.7.0_2 > to 6.8.1. > Thanks for the patch. It compiles fine here, but the resulting libraries seem to have problems with threads. Applications using libc_r dump core like this: (gdb) bt #0 0x283d544d in _atomic_lock () from /usr/lib/libc_r.so.4 #1 0x283d5417 in _spinlock_debug () from /usr/lib/libc_r.so.4 #2 0x283dcbf2 in pthread_cond_timedwait () from /usr/lib/libc_r.so.4 #3 0x283c4421 in _thread_gc () from /usr/lib/libc_r.so.4 #4 0x2839dbac in _thread_start () from /usr/lib/libc_r.so.4 #5 0x00000000 in ?? () Cannot access memory at address 0xbfaee000 Is this a known problem? Johannes