here the scenario: since the xulrunner upgrade from 1.9.0.11 to 1.9.1 perl-gtk2-mozembed does not work properly and gmb crashes with a segfault.
i guess this is a perl-gtk2-mozembed not gmb issue.
though when i try perl-gtk2-webkit 0.0.4, gmb also crashes after one or two seconds.
hmm, what could cause this? perhaps it is a gmb issue....
here are the "gmusicbrowser -debug" webkit and gtkmozembed outputs:
webkit -> http://pastebin.com/m6dbefed5
mozembed -> http://pastebin.com/m7db7eb9a
when i choose mozembed from the "web context" plugin gmb crashes directly.
when i choose webkit gmb crashes after some seconds...
vlad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi again!
i see in my syslog i have following entries:
"
gmusicbrowser[17812]: segfault at 6 ip 00007f8bb6cb35f5 sp 00007fffccdd0670 error 4 in libwebkit-1.0.so.2.7.0[7f8bb6936000+d1f000]
"
this is obviously from the webkit crashes...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(note that the mozembed example will create a ~/.myprofile folder, and for the webkit example, use ctrl-c to quit, as closing the window doesn't quit the script)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i've tried your suggestions and everything seems to work.
i tried last.fm and youtube.com as an URL and both worked despite of flash. even flash in fullscreen works.
when i close the webkit window i get a segfault, but that's it.
it seems to be somehow gmb related...
vlad
btw, mozembed creates a ~/.mybrowser folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok,
i got it running again, at least with mozembed.
i had only to delete the mozilla_profile folder inside the gmb config dir.
though with webkit gmb crashes with a segfault. perhaps gmb should ignore the webkit segfault (see above)..
vlad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
gmb crashes.
here the scenario: since the xulrunner upgrade from 1.9.0.11 to 1.9.1 perl-gtk2-mozembed does not work properly and gmb crashes with a segfault.
i guess this is a perl-gtk2-mozembed not gmb issue.
though when i try perl-gtk2-webkit 0.0.4, gmb also crashes after one or two seconds.
hmm, what could cause this? perhaps it is a gmb issue....
here are the "gmusicbrowser -debug" webkit and gtkmozembed outputs:
webkit -> http://pastebin.com/m6dbefed5
mozembed -> http://pastebin.com/m7db7eb9a
when i choose mozembed from the "web context" plugin gmb crashes directly.
when i choose webkit gmb crashes after some seconds...
vlad
hi again!
i see in my syslog i have following entries:
"
gmusicbrowser[17812]: segfault at 6 ip 00007f8bb6cb35f5 sp 00007fffccdd0670 error 4 in libwebkit-1.0.so.2.7.0[7f8bb6936000+d1f000]
"
this is obviously from the webkit crashes...
Which OS and uname -m are u using?
archlinux and kernel 2.6.29.4 .
and i'm using gmb version 1.0.1.
You can start by testing each bindings with a small simple scripts. You can use the scripts from the SYNOPSIS section of the bindings for gtkmozembed and gtkwebkit :
http://search.cpan.org/~tsch/Gtk2-MozEmbed-0.08/MozEmbed.pm
http://search.cpan.org/dist/Gtk2-WebKit/lib/Gtk2/WebKit.pm
(simply save them to a file, and run "perl SAVEDFILE")
(note that the mozembed example will create a ~/.myprofile folder, and for the webkit example, use ctrl-c to quit, as closing the window doesn't quit the script)
ok, thanks quentin for your reply.
i've tried your suggestions and everything seems to work.
i tried last.fm and youtube.com as an URL and both worked despite of flash. even flash in fullscreen works.
when i close the webkit window i get a segfault, but that's it.
it seems to be somehow gmb related...
vlad
btw, mozembed creates a ~/.mybrowser folder.
ok,
i got it running again, at least with mozembed.
i had only to delete the mozilla_profile folder inside the gmb config dir.
though with webkit gmb crashes with a segfault. perhaps gmb should ignore the webkit segfault (see above)..
vlad
thanks for your help quentin. :)