| Summary: | Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) (BETA4) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Sergey I. Lang <lsi> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Sergey I. Lang
2004-09-14 03:50:23 UTC
Responsible Changed From-To: freebsd-i386->freebsd-bugs This does not sound i386-specific. Running FreeBSD/amd64 5.3-BETA5 and I can confirm the problem. It seems not related to the building of the qt port, but rather to libpthread. Mozilla, for one, produces the same error message, as do some other builds as well. Libmapping pthread to libc_r is a workaround, but shouldn't this work for pthread too? State Changed From-To: open->closed Problem is caused by mismatched thread libraries (something is linking to both libc_r and libpthread). Find it and recompile, or use libmap. |