[Pidgin] #842: segfault in solaris 9
    Pidgin 
    trac at pidgin.im
       
    Thu May 31 10:37:09 EDT 2007
    
    
  
#842: segfault in solaris 9
---------------------------+------------------------------------------------
  Reporter:  dhalik        |       Owner:  tmcmahon2
      Type:  defect        |      Status:  assigned 
  Priority:  minor         |   Milestone:           
 Component:  pidgin (gtk)  |     Version:  2.0      
Resolution:                |    Keywords:           
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by philAtNortel):
 I, too, am experiencing this problem under Solaris 10 on a SPARC. If it is
 any help, the contents of the structure addressed by the first parameter
 being passed to gtk_widget_render_icon(), ebox, at the statement:
 gtkblist->headline_close = gtk_widget_render_icon(ebox, GTK_STOCK_CLOSE,
 -1, NULL);
 in pidgin_blist_show() are:
 *ebox = {
     object        = {
         parent_instance = {
             g_type_instance = {
                 g_class = 0x1e8920
             }
             ref_count       = 1U
             qdata           = (nil)
         }
         flags           = 2164224U
     }
     private_flags = 15872U
     state         = '\0'
     saved_state   = '\0'
     name          = (nil)
     style         = 0x182280
     requisition   = {
         width  = 0
         height = 0
     }
     allocation    = {
         x      = -1
         y      = -1
         width  = 1
         height = 1
     }
     window        = (nil)
     parent        = 0x21a9f8
 }
 I know nothing of gtk (sorry), but does that ebox->requisition.width being
 0 have anything to do with the assertion:
 GdkPixbuf: file gdk-pixbuf-scale.c: line 264: assertion `dest_width > 0'
 failed
 ??
-- 
Ticket URL: <https://developer.pidgin.im/ticket/842#comment:12>
Pidgin <http://pidgin.im>
Pidgin
    
    
More information about the Tracker
mailing list