Changes between Version 30 and Version 31 of BB10


Ignore:
Timestamp:
Jan 9, 2013, 2:06:58 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BB10

    v30 v31  
    142142http://hg.microcode.ca/blackberry-py/wiki/Building%20HelloWorld
    143143
     144==== Examples ====
     145These archives contain package content examples. Just unpack them, copy you debug token to the resulting folder & run the packaging and publishing commands.
     146
     147
     148'''Example with included Qt 4.8.1 libraries'''
     149
     150http://modrana.org/platforms/bb10/examples/with_qt_4.8.1.zip
     151
     152'''Example that uses on-device Qt libraries'''
     153
     154http://modrana.org/platforms/bb10/examples/using_on_device_qt.zip
     155
     156'''Both don't work at the moment :)'''
     157Unfortunately, at least on my BB10 packages generated from both of these examples install correctly, but segfault when started.
     158
    144159==== Application not starting ====
    145160The application is not starting at the moment. After clicking on the icon a black window briefly shows up and then closes at once.
     
    149164Process 30396593 (python3.2) terminated SIGSEGV code=1 fltno=11 ip=783abf7c(/base/lib/libcpp.so.4@_ZNKSt6locale9_GetfacetEj+0x27) mapaddr=0002bf7c. ref=00000010
    150165}}}
     166
     167There were also two Python 3.2 core dumps, they are available from this folder:
     168
     169http://modrana.org/platforms/bb10/coredumps/
     170
     171'''If it doesn't segfault for you & or if you find some workaround or even if you just got an idea what else to try, please [wiki:WikiStart#Contactthedeveloper let me know] ! Any help will be much appreciated as I'm starting to run out of ideas. :D
    151172
    152173=== Notes ===