The Following 2 Users Say Thank You to marmistrz For This Useful Post: | ||
|
2013-11-26
, 16:48
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1832
|
It's for gtk - dbg is available: http://marmistrz.comli.com/public/qe...5241_4032.core
thanks in advance.
Btw. reinstalled the whole sdk with these tarballs straight before posting: http://pastebin.com/UhH2jvDE
|
2013-11-26
, 17:01
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1833
|
Hmm, seems your kernel provides bogus values in /proc/self/auxv
#0 0x4293e730 in strncmp () from /lib/libc.so.6
#1 0x424a9c8a in detect_cpu_features (imp=0x12418) at ../../pixman/pixman-arm.c:167
#2 have_feature (imp=0x12418) at ../../pixman/pixman-arm.c:197
#3 _pixman_arm_get_implementations (imp=0x12418) at ../../pixman/pixman-arm.c:220
#4 0x424b4b74 in _pixman_choose_implementation () at ../../pixman/pixman-implementation.c:387
#5 0x4247ee86 in pixman_constructor () at ../../pixman/pixman.c:39
#6 0x4007edec in call_init () from /lib/ld-linux.so.3
#7 0x4007eee4 in _dl_init_internal () from /lib/ld-linux.so.3
#8 0x400718e4 in _dl_start_user () from /lib/ld-linux.so.3
#9 0x400718e4 in _dl_start_user () from /lib/ld-linux.so.3
(gdb) frame 1
#1 0x424a9c8a in detect_cpu_features (imp=0x12418) at ../../pixman/pixman-arm.c:167
167 in ../../pixman/pixman-arm.c
(gdb) p aux
$7 = {a_type = 15, a_un = {a_val = 4289894523}}
(gdb) p (char*)aux.a_un.a_val
$8 = 0xffb2987b <Address 0xffb2987b out of bounds>
https://gitorious.org/community-ssu/...man-arm.c#L167
try to revert pixman to stock version
> apt-get install libpixman-1-0=0.16.2-5+0m5 Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED: gnome-vfs-filechooser-backend gstreamer0.10-plugins-camera gstreamer0.10-plugins-camera-dev gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra gtkhtml3.14 gtkhtml3.14-dev hildon-application-framework hildon-application-framework-dev hildon-application-framework-packages hildon-input-method hildon-input-method-framework hildon-input-method-framework-dev ke-recv libcairo2 libcairo2-dev libcanberra-gtk-dev libcanberra-gtk-module libcanberra-gtk0 libglade2-0 libglade2-dev libgstfarsight0.10-0 libgstfarsight0.10-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtk2.0-dev libhildon-im-ui-dev libhildon-im-ui3 libhildon-thumbnail-dev libhildon-thumbnail0 libhildon1 libhildon1-dev libhildonfm2 libhildonfm2-dev libhildonnotify-dev libhildonnotify0 libnotify-dev libnotify1 libpango1.0-0 libpango1.0-dev libpixman-1-dev libqtmozembed libqtmozembed-dev libtelepathy-farsight-dev libtelepathy-farsight0 libtotem-plparser-dev libtotem-plparser12 maemo-application-interface-dev maemo-chavo-dev maemo-chavo-runtime maemo-core-dev maemo-maf-dev maemo-maf-runtime maemo-mmf-dev maemo-mmf-runtime maemo-sdk-dev maemo-sdk-runtime mafw-gst-renderer mafw-playlist-daemon mafw-tracker-source osso-af-startup osso-af-utils osso-app-killer osso-games-startup-dev osso-gnomevfs-extra osso-gnomevfs-extra-dev osso-icons-default xserver-xorg-dev xulrunner xulrunner-dev The following packages will be DOWNGRADED: libpixman-1-0
|
2013-11-26
, 18:15
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1834
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2013-11-26
, 18:47
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1835
|
@marmistrz: no, don't. seems you'll have to somehow fix what your kernel provides. Gimme some time, I'll try to find a solution.
BTW what is your qemu version?
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2013-11-26
, 19:00
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1836
|
> update-gtk-immodules You don't have immodules directory for version 2.4.0. Use default version instead. Updating the IM modules list for GTK+-2.14.0...find: /usr/lib/gtk-2.0/2.14.0/immodules: No such file or directory qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> qemu-arm-sb --version qemu-arm version 0.11.50, Copyright (c) 2003-2008 Fabrice Bellard
|
2013-11-26
, 19:25
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1837
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2013-11-26
, 19:55
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1838
|
|
2013-11-26
, 19:59
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1839
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2013-11-26
, 20:03
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#1840
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
Tags |
code size, dinosaurs, fmg ftw!, fmg.da.king, performance, thumb, thumb life |
|
thanks in advance.
Btw. reinstalled the whole sdk with these tarballs straight before posting: http://pastebin.com/UhH2jvDE
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here