PHP Classes

segmentation fault in your tutorial video? :) well after reco...

Recommend this page to a friend!

      GtkMozEmbed Screenshot  >  All threads  >  segmentation fault in your tutorial...  >  (Un) Subscribe thread alerts  
Subject:segmentation fault in your tutorial...
Summary:Package rating comment
Messages:2
Author:David Ferreira
Date:2008-08-15 06:43:15
Update:2008-08-15 18:26:47
 

David Ferreira rated this package as follows:

Utility: Sufficient
Consistency: Good
Documentation: Sufficient
Tutorial videos: Sufficient

  1. segmentation fault in your tutorial...   Reply   Report abuse  
Picture of David Ferreira David Ferreira - 2008-08-15 06:43:15
segmentation fault in your tutorial video? :)
well after recompiling my php for moz addon, it worked nice. good work

  2. Re: segmentation fault in your tutorial...   Reply   Report abuse  
Picture of Daniel Anechitoaie Daniel Anechitoaie - 2008-08-15 18:26:47 - In reply to message 1 from David Ferreira
thanks

yes, well i think its a php bug ( maybe? ) http://bugs.php.net/bug.php?id=39572

Gtk::main_quit(); should close the window with mozembed widget but if i don't call exit too after that it just freezes ( i tested on Ubuntu 8.10 with latest php version and php-gtk )
and i think this is why i get seg fault. weird thing that sometimes it worked.

tested a Mono equivalent of this script and worked perfectly


this bug was the reason i didn't extended the class and add all kind of stuff to it ( like img resize, crop, rotation, and others i could think of)

i'm curious how it works on other distro's ( is it a ubuntu thing? )