Conversation
Notices
-
@theru it worked when I tested it, strange...
-
@theru if you can post a full gdb backtrace in a bug report that would be helpful :-)
-
@theru OK, does it have more than that first line? The important thing is where inside of yaics it crashed. I think you can recompile it with "make clean; qmake CONFIG+=debug; make" and then run inside gdb.
-
@theru Ah, right :-) Well, inside gdb at least you can then type "where" when it crashes, and it should show a long backtrace. Similar to what you posted, but not just #0, but also #1, #2, etc. What @stigatle would need is to know what is the first point inside Yaics itself where it crashes. strlen inside libc could be anywhere :-)
-
@stigatle @theru Yeah, that's a very likely suspect. Although would have been nice to see the full gdb trace, would tell us exactly where the problem was :-)
-
@stigatle Did you see this: "Conversation button pressed. It's id is: 372124" - that doesn't sound right.
-
@stigatle Oh, sorry, I thought it referred to the tab id. My bad :-)
-
@stigatle I can't see any obvious error at that point in the code. And I've been clicking "conversation" a lot and haven't seen any crashes yet. @theru have you tried "make clean" before compiling in case there's some old cruft left? :-)
-
@stigatle Actually you should check "if (status)" in that method before you start referencing it, since "status" could be NULL if this is a direct message and not a normal message. But that's not the problem in this case.
-
@theru @stigatle Yeah, it's a great feature :-) Great you got it working!
-
@timttmy @stigatle Wow, nice :-) I'm surprised it doesn't need the QML side? That code was removed from the git repo recently, but could be dug out.
-
@timttmy @stigatle BTW, here's a screenshot of Yaics as it looked on the N9 using the old QML user interface: http://sjoberg.fi/blog/yaics.html
-
@xrevan86 @timttmy Ideally someone would maintain the QML side, someone who owns a Jolla phone and can test it directly :-)