At least I cannot reproduce the crash with the following skeleton:
cat ../../cmake-test/main.cpp
int main() {return 0;}
cat ../../cmake-test/CMakeLists.txt
add_executable(cmake-test main.cpp)
I am running out of the quick ideas soon. Anything else to try?
On Wed, Jan 16, 2013 at 2:12 PM, Laszlo Papp <[email protected]> wrote:
> Interesting finding! It happened to PySide as well on this platform which
> may help with proceeding:
> http://www.engcorp.com/pipermail/blackberry-python/2013/000016.html
>
>
> On Wed, Jan 16, 2013 at 10:31 AM, Laszlo Papp <[email protected]> wrote:
>
>> I have just tried to add the following libraries to the linkage even if
>> they seem unnecessary: -lz -lsocket -lm -lbps, but it is still crashing. :'(
>>
>> I have also tried to save out the wikireader.core file of mine, and run
>> through an arm gdb on the host, but it did not provide too much information
>> sadly even with a debug build:
>>
>> (gdb) core wikireader.core
>> [New LWP 1]
>> Program terminated with signal 11, Segmentation fault.
>> #0 0x01d27380 in ?? ()
>> (gdb) thread apply all bt
>>
>> Thread 1 (LWP 1):
>> #0 0x01d27380 in ?? ()
>> #1 0x00000000 in ?? ()
>> (gdb)
>>
>> How can we proceed?
>>
>> Laszlo
>>
>
>
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake