View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#1832
Originally Posted by marmistrz View Post
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
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
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 2 Users Say Thank You to freemangordon For This Useful Post: