Reply
Thread Tools
Posts: 21 | Thanked: 18 times | Joined on May 2012
#781
Originally Posted by marmistrz View Post
Code:
gdb /opt/Vkontakte/bin/Vkontakte
run
это должно работать
work :3

Code:
(gdb) run meecolay
Starting program: /opt/Vkontakte/bin/Vkontakte meecolay
(no debugging symbols found)
/opt/Vkontakte/bin/Vkontakte: symbol lookup error: /opt/Vkontakte/bin/Vkontakte: undefined symbol: _ZN7QCamera16staticMetaObjectE

Program exited with code 0177.
(gdb)
but, how to add meecolay command LD_PRELOAD in gdb?
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#782
Originally Posted by Narukay View Post
work :3

Code:
(gdb) run meecolay
Starting program: /opt/Vkontakte/bin/Vkontakte meecolay
(no debugging symbols found)
/opt/Vkontakte/bin/Vkontakte: symbol lookup error: /opt/Vkontakte/bin/Vkontakte: undefined symbol: _ZN7QCamera16staticMetaObjectE

Program exited with code 0177.
(gdb)
but, how to add meecolay command LD_PRELOAD in gdb?
LD_PRELOAD=(add the stuff here) gdb /opt/(the rest of the path)
run
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 21 | Thanked: 18 times | Joined on May 2012
#783
Originally Posted by marmistrz View Post
LD_PRELOAD=(add the stuff here) gdb /opt/(the rest of the path)
run
thanks

Code:
 LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so gdb /opt/Vkontakte/bin/Vkontakte
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/>...
(no debugging symbols found)
(gdb) run
Starting program: /opt/Vkontakte/bin/Vkontakte 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin 
loaded the N900 plugin 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:	(gdb)
 
Posts: 21 | Thanked: 18 times | Joined on May 2012
#784
installed app "org.formeego.apps"
don't removed
Code:
(Reading database ... 47819 files and directories currently installed.)
Removing org.formeego.apps ...
rm: cannot remove '/etc/apt/sources.list.d/appsformeego.list': No such file or directory
dpkg: error processing org.formeego.apps (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 org.formeego.apps
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
how to remove?(((
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#785
Originally Posted by Narukay View Post
installed app "org.formeego.apps"
don't removed
Code:
(Reading database ... 47819 files and directories currently installed.)
Removing org.formeego.apps ...
rm: cannot remove '/etc/apt/sources.list.d/appsformeego.list': No such file or directory
dpkg: error processing org.formeego.apps (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 org.formeego.apps
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
how to remove?(((

Replace /path/to/apps/for/meego.deb with what you need

Code:
sudo gainroot
dpkg -i --force-depends /path/to/apps/for/meego.deb 
dpkg -r org.formeego.apps
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 21 | Thanked: 18 times | Joined on May 2012
#786
thx, all good

Originally Posted by marmistrz View Post
Replace /path/to/apps/for/meego.deb with what you need

Code:
sudo gainroot
dpkg -i --force-depends /path/to/apps/for/meego.deb 
dpkg -r org.formeego.apps
 
Posts: 21 | Thanked: 18 times | Joined on May 2012
#787
Code:
$ LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so:/opt/qtm12/lib/libQtSensors.so meecolay /opt/Vkontakte/bin/Vkontakte   
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

loaded the Generic plugin 
loaded the N900 plugin 
loaded the Generic plugin 
loaded the N900 plugin 
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered! 
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered! 
Segmentation fault
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#788
Originally Posted by Narukay View Post
Code:
$ LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so:/opt/qtm12/lib/libQtSensors.so meecolay /opt/Vkontakte/bin/Vkontakte   
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

loaded the Generic plugin 
loaded the N900 plugin 
loaded the Generic plugin 
loaded the N900 plugin 
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered! 
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered! 
Segmentation fault
gdb log please like before. guess that u re using updated meegotouch right?
i'll reply to pm within a week, dont worry
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 21 | Thanked: 18 times | Joined on May 2012
#789
Originally Posted by marmistrz View Post
gdb log please like before. guess that u re using updated meegotouch right?
i'll reply to pm within a week, dont worry
hello :3
Code:
no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin 
loaded the N900 plugin 
loaded the Generic plugin 
loaded the N900 plugin 
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered! 
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered! 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:	(gdb)
yes right
latest meegotouch

Try to run itself, you can get

Last edited by Narukay; 2013-06-04 at 15:43.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#790
Originally Posted by Narukay View Post
hello :3
Code:
no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin 
loaded the N900 plugin 
loaded the Generic plugin 
loaded the N900 plugin 
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered! 
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered! 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:	(gdb)
yes right
latest meegotouch

Try to run itself, you can get
cannot fix it. Well known bug, but with unknown cause
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


All times are GMT. The time now is 11:35.