[CMake] Segfault for the Blackberry 10 build (devalpha device)

Laszlo Papp lpapp at kde.org
Wed Jan 16 16:05:45 EST 2013


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 <lpapp at kde.org> 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 <lpapp at kde.org> 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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130116/638811f9/attachment.htm>


More information about the CMake mailing list