Bug #284
bus error - failure in 'test' program, Redhat Enterprise 5.4, x86_64
| Status: | Closed | Start: | 02/04/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
I've pulled Wt from git, as of
commit b17cb610fddb9f46be5482d0c4d286289a87e9e6
Author: Koen Deforche <koen@emweb.be>
Date: Sun Jan 31 22:46:20 2010 +0100
I'm using boost 1.41.1
When I run build/test/test, it core dumps, as shown in the attached backtrace.
Which versions of boost do you recommend?
History
Updated by Koen Deforche 7 months ago
Hey,
We recommend 1.36 or higher.
The stack-trace indicates somewhere a possible problem related to threads.
Are any of the example working ?
Perhaps your CMake didn't add a particular library (lpthread) explicitly while linking: could you provide the output of VERBOSE=1 make after you have deleted the test binary ?
Regards,
koen
Updated by Koen Deforche 4 months ago
- Status changed from New to Closed
Closed because assumed to be solved