Reply
Thread Tools
Posts: 211 | Thanked: 62 times | Joined on Oct 2014 @ Finland
#91
I don't think that it is working correctly.. do I miss something?

Code:
[root@Jolla nemo]# gdb /usr/bin/mitakuuluu3
GNU gdb (GDB) Mer (7.5.1+git3)
Copyright (C) 2012 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 redistrib
ute it.
There is NO WARRANTY, to the extent permitted by law.  Type
"show copying"
and "show warranty" for details.
This GDB was configured as "armv7hl-meego-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/mitakuuluu3...Reading symbols
from /usr/lib/debug/usr/bin/mitakuuluu3.debug...done.
done.
(gdb) run
Starting program: /usr/bin/mitakuuluu3
Missing separate debuginfo for /lib/ld-linux-armhf.so.3
Try: zypper install -C "debuginfo(build-id)=35efc6d9ebbdad2
83626940edac23843055d9b2a"
Missing separate debuginfo for /usr/lib/libdconf.so.1
Try: zypper install -C "debuginfo(build-id)=0873d27dd9b62bf
110b5c7f2d2b44c5a54944a37"
Missing separate debuginfo for /usr/lib/libgio-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=827e2d7b561eb22
5bb8193457f91a6164590513c"
Missing separate debuginfo for /usr/lib/libkeepalive.so.1
Try: zypper install -C "debuginfo(build-id)=eaf056cf1518d0b
7be2ba44e59ad885dde9e8a4a"
Missing separate debuginfo for /usr/lib/libssl.so.10
Try: zypper install -C "debuginfo(build-id)=3fe803904554529
8a1847bbb942bb250616428d1"
Missing separate debuginfo for /lib/libcrypto.so.10
Try: zypper install -C "debuginfo(build-id)=ae5350822f9ad76
900c39fe7ab94d555b38fe0c2"
Missing separate debuginfo for /usr/lib/libgstreamer-0.10.s
o.0
Try: zypper install -C "debuginfo(build-id)=6408f6e820b4d76
dc602c3dc4ba8176395943ba3"
Missing separate debuginfo
there are lot of rows according to this above..
 
Posts: 1,293 | Thanked: 4,319 times | Joined on Oct 2014
#92
Originally Posted by R1v3r View Post
I don't think that it is working correctly.. do I miss something?

Code:
[root@Jolla nemo]# gdb /usr/bin/mitakuuluu3
GNU gdb (GDB) Mer (7.5.1+git3)
Copyright (C) 2012 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 redistrib
ute it.
There is NO WARRANTY, to the extent permitted by law.  Type
"show copying"
and "show warranty" for details.
This GDB was configured as "armv7hl-meego-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/mitakuuluu3...Reading symbols
from /usr/lib/debug/usr/bin/mitakuuluu3.debug...done.
done.
(gdb) run
Starting program: /usr/bin/mitakuuluu3
Missing separate debuginfo for /lib/ld-linux-armhf.so.3
Try: zypper install -C "debuginfo(build-id)=35efc6d9ebbdad2
83626940edac23843055d9b2a"
Missing separate debuginfo for /usr/lib/libdconf.so.1
Try: zypper install -C "debuginfo(build-id)=0873d27dd9b62bf
110b5c7f2d2b44c5a54944a37"
Missing separate debuginfo for /usr/lib/libgio-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=827e2d7b561eb22
5bb8193457f91a6164590513c"
Missing separate debuginfo for /usr/lib/libkeepalive.so.1
Try: zypper install -C "debuginfo(build-id)=eaf056cf1518d0b
7be2ba44e59ad885dde9e8a4a"
Missing separate debuginfo for /usr/lib/libssl.so.10
Try: zypper install -C "debuginfo(build-id)=3fe803904554529
8a1847bbb942bb250616428d1"
Missing separate debuginfo for /lib/libcrypto.so.10
Try: zypper install -C "debuginfo(build-id)=ae5350822f9ad76
900c39fe7ab94d555b38fe0c2"
Missing separate debuginfo for /usr/lib/libgstreamer-0.10.s
o.0
Try: zypper install -C "debuginfo(build-id)=6408f6e820b4d76
dc602c3dc4ba8176395943ba3"
Missing separate debuginfo
there are lot of rows according to this above..
of course there is
you need to.install the -debug packages for gdb to have all the debug information.
For this purpose might not mean a thingy.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#93
omg, better i'll wait for somebody else with this problem who can better fingertips and can select and copy text from terminal with no such problems.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 594 | Thanked: 1,094 times | Joined on Aug 2012 @ Rhine
#94
or simply use putty instead of terminal app...
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#95
but he is don't even know how to use terminal
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#96
R1v3r, try to explain step by step how to reproduce your problem, maybe it helps
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post:
Posts: 211 | Thanked: 62 times | Joined on Oct 2014 @ Finland
#97
Originally Posted by coderus View Post
omg, better i'll wait for somebody else with this problem who can better fingertips and can select and copy text from terminal with no such problems.
This is what I have been telling about hundred times, that I am a newbie and a big fan of you. This is the reason that I woul dlike to help as much as I can, but I don´t even know the basics..

But here is how it crashes for me.

1. Jolla: Start mitakuuluu3
2. Galaxy s3 Android: start whatsapp
3. Galaxy s3 Android: send message to Jolla (personal message)
4. Jolla: receiving message from android (personal message) - still working.
5. Galaxy s3 Android: Create new group chat that includes this Jolla phone number.
6. Galaxy s3 Android: send message to the new group mail.
7. Jolla crashes. (does not receive message at all.)

I hope that someone can reproduce the problem, or is it just me on my own?

I would like to help as much as I can, but I would need step by step instructions also.. Sorry for the trouble

BR, R1v3r
 
Posts: 3 | Thanked: 4 times | Joined on May 2015 @ Zwolle, Netherlands
#98
Hi, thanks for Mitakuuluu3, really appreciated.
I was still using version 2, but 3 is nicer .

I was planning to donate, but got this message on your paypal link:
"This recipient is currently unable to receive money."
Adding the mailaddress directly gave the same message.
Your account is supended? Or is it full .
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#99
Originally Posted by MPolleke View Post
Hi, thanks for Mitakuuluu3, really appreciated.
I was still using version 2, but 3 is nicer .

I was planning to donate, but got this message on your paypal link:
"This recipient is currently unable to receive money."
Adding the mailaddress directly gave the same message.
Your account is supended? Or is it full .
It should be available now, thanks for noticing

Originally Posted by R1v3r View Post
This is what I have been telling about hundred times, that I am a newbie and a big fan of you. This is the reason that I woul dlike to help as much as I can, but I don´t even know the basics..

But here is how it crashes for me.

1. Jolla: Start mitakuuluu3
2. Galaxy s3 Android: start whatsapp
3. Galaxy s3 Android: send message to Jolla (personal message)
4. Jolla: receiving message from android (personal message) - still working.
5. Galaxy s3 Android: Create new group chat that includes this Jolla phone number.
6. Galaxy s3 Android: send message to the new group mail.
7. Jolla crashes. (does not receive message at all.)

I hope that someone can reproduce the problem, or is it just me on my own?

I would like to help as much as I can, but I would need step by step instructions also.. Sorry for the trouble

BR, R1v3r
Thanks, i will try to reproduce it.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#100
Uploaded alpha 0.1.6 to obs: http://repo.merproject.org/obs/home:...la.armv7hl.rpm

Changelog:
* Fixed connection problems
+ Added simple groups functionality: messages on join/leave/became admin/lost admin
+ Added group subject change functionality
+ Added avatar change functionality to group and own account
* UI changes

If no big issues, this version will be published in openrepos at the end of this day.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 7 Users Say Thank You to coderus For This Useful Post:
Reply

Tags
mitakuuluu


 
Forum Jump


All times are GMT. The time now is 12:37.