-
21 Mar 2011 11:55 PM #11Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
-
7 Apr 2011 8:05 AM #12
Error Segmentation
Error Segmentation
I installed the version 1.1.2 64 bit on my linux mint 10 (ubuntu 10.10) and is generating a lot of segmentation fault error in time to save the project, open project, export component, etc. .. what do I do?
Charles
-
9 May 2011 12:50 PM #13
Yeah it segfaults for me too (at startup).
I am on ubuntu 11.04 64b...
However the library (libion) is there...Code:/opt/ExtDesigner$ gdb ./ExtDesigner.bin GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /opt/ExtDesigner/ExtDesigner.bin...done. (gdb) run Starting program: /opt/ExtDesigner/ExtDesigner.bin [Thread debugging using libthread_db enabled] Loading libion: /home/xxxx/.local/share/data/Sencha, Inc./Sencha Designer/libion-1.1.2.so Unable to load Sencha Designer application -- Missing libion. Program exited with code 01. (gdb)
Code:/opt/ExtDesigner$ uname -a Linux vault 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
-
22 May 2011 9:26 PM #14
At first, the 64bit version Ext Designer is broken on my ubuntu 11.04 64bit, too.
then I install the 32bit ExtDesigner, it can start but with some bug message.....Code:┌─ [ 13:11 billy3321@billy3321-X200 ]─(~/ExtDesigner-64bit) └─ $ ./ExtDesigner Loading libion: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/libion-1.1.2.so Loading Ion resource: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/xds-1.1.2.ion Load result: Success zsh: segmentation fault ./ExtDesigner
After installed the 32bit Version of ExtDesigner, the 64bit ExtDesigner can start but with the same error message....Code:┌─ [ 13:17 billy3321@billy3321-X200 ]─(~/ExtDesigner) └─ $ ./ExtDesigner Loading libion: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/libion-1.1.2.so Loading Ion resource: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/xds-1.1.2.ion Load result: Success Application asked to unregister timer 0x41000001 which is not registered in this thread. Fix application. Application asked to unregister timer 0x28000003 which is not registered in this thread. Fix application. QFont::setPixelSize: Pixel size <= 0 (0) Application asked to unregister timer 0x43000001 which is not registered in this thread. Fix application. Application asked to unregister timer 0x46000002 which is not registered in this thread. Fix application.
So the problem should be on the 64bit libion-1.1.2.so and xds-1.1.2.ion.Code:┌─ [ 13:21 billy3321@billy3321-X200 ]─(~/ExtDesigner-64bit) └─ $ ./ExtDesigner Loading libion: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/libion-1.1.2.so Loading Ion resource: /home/billy3321/.local/share/data/Sencha, Inc./Sencha Designer/xds-1.1.2.ion Load result: Success Application asked to unregister timer 0x3e000003 which is not registered in this thread. Fix application. Application asked to unregister timer 0x61000001 which is not registered in this thread. Fix application. QFont::setPixelSize: Pixel size <= 0 (0) Application asked to unregister timer 0x37000001 which is not registered in this thread. Fix application.
If you need to run ExtDesigner on 64bit Linux, try the 32bit version....
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
ExtDesigner/linux and bundled qt libs
By BFT in forum Ext Designer: Help & DiscussionReplies: 2Last Post: 15 Mar 2011, 3:30 AM -
[FIXED][1.2.2] RadioGroup broke in IE.
By monzonj in forum Ext GWT: Bugs (1.x)Replies: 10Last Post: 11 Aug 2009, 4:59 AM -
[FIXED][3.0] r3716 broke all menus, etc.
By stever in forum Ext 3.x: BugsReplies: 2Last Post: 15 Apr 2009, 4:07 PM -
[FIXED][3.0] r3716 broke all menus, etc.
By stever in forum Ext 2.x: BugsReplies: 2Last Post: 15 Apr 2009, 4:07 PM


Reply With Quote