The Following 3 Users Say Thank You to mooninite For This Useful Post: | ||
![]() |
2012-08-18
, 18:50
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#22
|
#0 0x40718734 in g_type_check_instance_is_a (type_instance=<value optimized out>, iface_type=462080) at /home/michael/Projects/glib-226/gobject/gtype.c:3941 #1 0x402b2f9c in IA__gtk_item_factory_get_widget (ifactory=0xbebb16b4, path=0x22888 "/Edit/Undo") at gtkitemfactory.c:659 #2 0x0000fad4 in main (argc=1, argv=0xbebb16c4) at main.c:385
apt-cache showpkg libglib2.0-0 | grep "," | sed 's/,.*//' | sed 's/ //' | sort | uniq
![]() |
2012-08-19
, 15:11
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#23
|
I'm dreaming utilizing libglib2.26. Maybe via extras-devel or via CSSU.
Seems so far only failing application is leafpad.
(I have package libglib2.0-data installed, but seems it has only localization data)
Here is backtrace:
And indeed main.c:385 is calling gtk_item_factory_get_widget(ifactory, "/Edit/Undo"), which then causes seg fault. Uncommenting it and recompiling leafpad -> works. Does anybody understand why this happens? Is there way to fix it? How we know if another applications are failing with same or slightly different way? (just push update and take bug reports?)Code:#0 0x40718734 in g_type_check_instance_is_a (type_instance=<value optimized out>, iface_type=462080) at /home/michael/Projects/glib-226/gobject/gtype.c:3941 #1 0x402b2f9c in IA__gtk_item_factory_get_widget (ifactory=0xbebb16b4, path=0x22888 "/Edit/Undo") at gtkitemfactory.c:659 #2 0x0000fad4 in main (argc=1, argv=0xbebb16c4) at main.c:385
There are 1334 packages (directly) using libglib
List of all packages on repositories compiled against libglib2.0-0:
-> http://pastebin.com/fkyRJKBuCode:apt-cache showpkg libglib2.0-0 | grep "," | sed 's/,.*//' | sed 's/ //' | sort | uniq
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2013-01-13
, 08:17
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#24
|
commit(): Failure in adding Birthdays. Error is 202
dbus-send --print-reply --session --dest=com.nokia.calendar /com/nokia/calendar com.nokia.calendar.top_application
-:1: error: invalid string constant "osso-combobox-entry-arrow", expected valid string constant
dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.open_new_window string:http://talk.maemo.org
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2013-01-13
, 08:58
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#25
|
I'm continuing with this. I got glib-2.29.92 packed with Maemo-modifications. It can be installed and device still starts, but seems there are some more problems than with 2.26.
*Leafpad segfaults (same as with 2.26)
*Calendar is not starting from menu. Terminal /usr/bin/Calendar gives:
But it can be started withCode:commit(): Failure in adding Birthdays. Error is 202
*Browser can't be started from menu. Terminal /usr/bin/browser gives:Code:dbus-send --print-reply --session --dest=com.nokia.calendar /com/nokia/calendar com.nokia.calendar.top_application
But it can be started withCode:-:1: error: invalid string constant "osso-combobox-entry-arrow", expected valid string constant
*Other stock PR-1.3 applications start and seem to work (not heavily tested).Code:dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.open_new_window string:http://talk.maemo.org
The Following 2 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2013-02-06
, 12:22
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#26
|
The Following 7 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2013-02-06
, 17:47
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#27
|
![]() |
2013-02-07
, 11:30
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#28
|
wget http://ftp.acc.umu.se/pub/gnome/sources/glib/2.35/glib-2.35.3.tar.xz tar xf glib-2.35.3.tar.xz cd glib-2.35.3 wget -r -nH --cut-dirs=4 --no-parent --reject="index.html*" -e robots=off http://cc.oulu.fi/~rantalai/maemo5/libglib/debian_2.35.3/debian fakeroot dpkg-buildpackage
The Following 6 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2013-02-07
, 11:41
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#29
|
![]() |
2013-02-07
, 14:04
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#30
|
Ok, I'm looking guinea pigs: libglib-2.35.3 (released December 2012): http://cc.oulu.fi/~rantalai/maemo5/l...emo1_armel.deb
I have tested this deb, but I can't still give any guarantee. In worst case the phone enters eternal bootloop.
The Following 3 Users Say Thank You to marmistrz For This Useful Post: | ||
I have attached them to the original post. You're free to try them.