[Pidgin] #842: segfault in solaris 9

Pidgin trac at pidgin.im
Fri May 11 23:33:26 EDT 2007


#842: segfault in solaris 9
---------------------------+------------------------------------------------
  Reporter:  dhalik        |       Owner:  tmcmahon2
      Type:  defect        |      Status:  new      
  Priority:  minor         |   Milestone:           
 Component:  pidgin (gtk)  |     Version:  2.0      
Resolution:                |    Keywords:           
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by dhalik):

 Ok, so I've been debugging this for awhile now and the best I can say is
 that there is definitely an icon issue on the Solaris install. Along with
 the debug I posted, running truss also shows me that it's looking for
 icon-theme.cache just before it dies. I have hicolor-icon-theme installed,
 which it finds just higher up on the code, but for some reason it can't
 finish its icon cycle and exits:

 {{{
 stat64("/usr/share/icons", 0xFFBFF040)          Err#2 ENOENT
 stat64("/usr/local/share/pixmaps", 0xFFBFF040)  = 0
 stat64("/usr/local/share/pixmaps", 0xFFBFEE88)  = 0
 open64("/usr/local/share/pixmaps/icon-theme.cache", O_RDONLY) Err#2 ENOENT
 open("/usr/local/share/pixmaps", O_RDONLY|O_NDELAY|O_LARGEFILE) = 6
 fstat64(6, 0xFFBFEEC8)                          = 0
 fcntl(6, F_SETFD, 0x00000001)                   = 0
 getdents64(6, 0x00235590, 8192)                 = 152
 getdents64(6, 0x00235590, 8192)                 = 0
 close(6)                                        = 0
 stat64("/usr/share/pixmaps", 0xFFBFF040)        = 0
 stat64("/usr/share/pixmaps", 0xFFBFEE88)        = 0
 open64("/usr/share/pixmaps/icon-theme.cache", O_RDONLY) Err#2 ENOENT
 open("/usr/share/pixmaps", O_RDONLY|O_NDELAY|O_LARGEFILE) = 6
 fstat64(6, 0xFFBFEEC8)                          = 0
 fcntl(6, F_SETFD, 0x00000001)                   = 0
 getdents64(6, 0x00235590, 8192)                 = 152
 getdents64(6, 0x00235590, 8192)                 = 0
 close(6)                                        = 0
     Incurred fault #6, FLTBOUNDS  %pc = 0xFEDA7F64
       siginfo: SIGSEGV SEGV_MAPERR addr=0x00000008
     Received signal #11, SIGSEGV [caught]
       siginfo: SIGSEGV SEGV_MAPERR addr=0x00000008
 sigprocmask(SIG_SETMASK, 0xFFBFEEEC, 0x00000000) = 0
 fstat64(2, 0xFFBFDEB8)                          = 0
 Pidgin has segfaulted and attempted to dump a core file.
 This is a bug in the software and has happened through
 no fault of your own.

 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/842#comment:5>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list