View Single Post
Posts: 212 | Thanked: 340 times | Joined on Feb 2011 @ Jordan
#485
Originally Posted by marmistrz View Post
For XIQueryVersion: vote for this bug: https://bugs.maemo.org/show_bug.cgi?id=12668

for segmentation fault:
Code:
# apt-get install gdb
$ meecolay gdb /path/to/faulting/app
> run
the last command is issued in gdb's interactive shell.
- I voted for the bug

- I installed gdb and run the command as you told me, the game run and when I touch the screen the game freeze and this the output in terminal :

Code:
~ $ meecolay gdb /opt/peakgold/bin/peakgold 
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 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 "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /opt/peakgold/bin/peakgold 
start QtGame 
install at id: 2 
application event: 68 
game init 
application event: 68 
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
          Some video features have been disabled." 
Found SGX/MBX driver, enabling FullClearOnEveryFrame 
Found v1.3 driver, enabling brokenFBOReadBack 
openglInit 
openglINit finish 
load file: 140 
saveExist a 

YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
 -----------> UPGRADE <--------------
 UPGRADE_GENERATOR_MACHINE = 0
 UPGRADE_GOLD_DETECTOR = 0
 UPGRADE_GOLD_COLECTION = 0
 UPGRADE_HOOK_MINIUM = 0
 UPGRADE_HOOK_BACK = 0
 UPGRADE_HOOK_THROW = 0
 rateCount = 0
 0 -> 0
 1 -> 0
 2 -> 0
 3 -> 0
 4 -> 0
 5 -> 0
 6 -> 0
 7 -> 0
 8 -> 0
application event: 121 
application event: 68 

Program received signal SIGSEGV, Segmentation fault.
0x406b53c0 in QTouchEvent::TouchPoint::pos() const () from /usr/lib/libQtGui.so.4
0x406b53c0 <_ZNK11QTouchEvent10TouchPoint3posEv+0>:	ldr	r3, [r1]
(gdb)
thanks for your reply

-----------------------------------------

Edit :

i voted for it also

Last edited by laith.m.y; 2012-09-19 at 00:17.
 

The Following 2 Users Say Thank You to laith.m.y For This Useful Post: