[Pidgin] #6341: Pidgin crashes

Pidgin trac at pidgin.im
Thu Jul 17 13:19:40 EDT 2008


#6341: Pidgin crashes
---------------------------+------------------------------------------------
  Reporter:  dstromberg    |       Owner:  lschiere
      Type:  defect        |      Status:  reopened
  Priority:  minor         |   Milestone:          
 Component:  unclassified  |     Version:  2.4.3   
Resolution:                |    Keywords:  segv    
   Pending:  1             |  
---------------------------+------------------------------------------------
Changes (by dstromberg):

  * pending:  1 => 0

Comment:

 The gdb-generated traceback from the pidgin I built does not contain
 symbols.  I can see at least some -g's in the build.

 Here's a gdb traceback from the pidgin I built, without pidgin -d:


 {{{
 (gdb) bt full
 #0  0xb715e564 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #1  0xb720bde0 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #2  0xb720bde0 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #3  0xb7228140 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #4  0xb7228148 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #5  0xb722816c in ?? () from /lib/libc.so.6
 No symbol table info available.
 #6  0x084e73d8 in ?? ()
 No symbol table info available.
 #7  0xb7228170 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #8  0x084e73d8 in ?? ()
 No symbol table info available.
 #9  0x00000100 in ?? ()
 No symbol table info available.
 #10 0xb715e4eb in ?? () from /lib/libc.so.6
 No symbol table info available.
 #11 0xb7226ff4 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #12 0xb7228140 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #13 0xb7228140 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #14 0xbfabd56c in ?? ()
 No symbol table info available.
 #15 0xb7160320 in ?? () from /lib/libc.so.6
 No symbol table info available.
 #16 0x0000000c in ?? ()
 No symbol table info available.
 #17 0x084e7290 in ?? ()
 No symbol table info available.
 #18 0xbfabd528 in ?? ()
 No symbol table info available.
 #19 0xb78e8769 in ?? () from /usr/lib/libcairo.so.2
 No symbol table info available.
 ---Type <return> to continue, or q <return> to quit---
 #20 0x0000000c in ?? ()
 No symbol table info available.
 #21 0x0000000c in ?? ()
 No symbol table info available.
 #22 0xb725c431 in pthread_mutex_lock () from /lib/libpthread.so.0
 No symbol table info available.
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
 (gdb)
 }}}

 And here again, is information from pidgin -d.  It seems likely the error
 in the code is near where f5.yahoofs.com is connected to - perhaps an
 error condition isn't being checked for on the connect or near the
 connect.


 {{{
 $ LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/pidgin -d
 (10:13:05) prefs: Reading /home/dstromberg/.purple/prefs.xml
 (10:13:05) prefs: Finished reading /home/dstromberg/.purple/prefs.xml
 (10:13:05) dbus: Failed to get connection: Failed to execute dbus-launch
 to autolaunch D-Bus session
 (10:13:05) plugins: probing /usr/local/lib/pidgin/history.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/pidginrc.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/convcolors.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/notify.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/iconaway.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/markerline.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/ticker.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/timestamp_format.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/gtkbuddynote.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/gestures.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/musicmessaging.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/xmppconsole.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/timestamp.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/sendbutton.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/spellchk.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/relnot.so
 (10:13:05) plugins: probing /usr/local/lib/pidgin/extplacement.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/newline.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libxmpp.so
 (10:13:05) util: Reading file xmpp-caps.xml from directory
 /home/dstromberg/.purple
 (10:13:05) util: File /home/dstromberg/.purple/xmpp-caps.xml does not
 exist (this is not necessarily an error)
 (10:13:05) plugins: probing /usr/local/lib/purple-2/ssl.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/buddynote.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libjabber.so
 (10:13:05) plugins: /usr/local/lib/purple-2/libjabber.so is not usable
 because the 'purple_init_plugin' symbol could not be found.  Does the
 plugin call the PURPLE_INIT_PLUGIN() macro?
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libzephyr.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libmsn.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/ssl-nss.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/log_reader.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/psychic.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libbonjour.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/autoaccept.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/statenotify.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libyahoo.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/ssl-gnutls.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libnovell.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libgg.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libsametime.so
 (10:13:05) plugins: /usr/local/lib/purple-2/libsametime.so has a
 prefs_info, but is a prpl. This is no longer supported.
 (10:13:05) plugins: probing /usr/local/lib/purple-2/joinpart.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libaim.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/libicq.so
 (10:13:05) plugins: probing /usr/local/lib/purple-2/perl.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/offlinemsg.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/idle.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/libqq.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/liboscar.so
 (10:13:06) plugins: /usr/local/lib/purple-2/liboscar.so is not usable
 because the 'purple_init_plugin' symbol could not be found.  Does the
 plugin call the PURPLE_INIT_PLUGIN() macro?
 (10:13:06) plugins: probing /usr/local/lib/purple-2/libmyspace.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/libsimple.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/dbus-example.so
 (10:13:06) plugins: probing /usr/local/lib/purple-2/libirc.so
 (10:13:06) prefs: /purple/status/scores/offline changed, scheduling save.
 (10:13:06) prefs: /purple/status/scores/available changed, scheduling
 save.
 (10:13:06) prefs: /purple/status/scores/invisible changed, scheduling
 save.
 (10:13:06) prefs: /purple/status/scores/away changed, scheduling save.
 (10:13:06) prefs: /purple/status/scores/extended_away changed, scheduling
 save.
 (10:13:06) prefs: /purple/status/scores/idle changed, scheduling save.
 (10:13:06) prefs: /purple/status/scores/offline_msg changed, scheduling
 save.
 (10:13:06) util: Reading file accounts.xml from directory
 /home/dstromberg/.purple
 (10:13:06) util: Reading file status.xml from directory
 /home/dstromberg/.purple
 (10:13:06) certificate: CertificateVerifier x509, singleuse requested but
 not found.
 (10:13:06) certificate: CertificateVerifier singleuse registered
 (10:13:06) certificate: CertificatePool x509, ca requested but not found.
 (10:13:06) certificate: CertificateScheme x509 requested but not found.
 (10:13:06) certificate/x509/ca: Lazy init failed because an X.509 Scheme
 is not yet registered. Maybe it will be better later.
 (10:13:06) certificate/x509/ca: Init failed, probably because a dependency
 is not yet registered. It has been deferred to later.
 (10:13:06) certificate: CertificatePool ca registered
 (10:13:06) certificate: CertificatePool x509, tls_peers requested but not
 found.
 (10:13:06) certificate: CertificatePool tls_peers registered
 (10:13:06) certificate: CertificateVerifier x509, tls_cached requested but
 not found.
 (10:13:06) certificate: CertificateVerifier tls_cached registered
 (10:13:06) prefs: /purple/logging/format changed, scheduling save.
 (10:13:06) prefs: /purple/logging/format changed, scheduling save.
 (10:13:06) prefs: /purple/proxy/type changed, scheduling save.
 (10:13:06) prefs: /purple/proxy/host changed, scheduling save.
 (10:13:06) prefs: /purple/proxy/port changed, scheduling save.
 (10:13:06) prefs: /purple/proxy/username changed, scheduling save.
 (10:13:06) prefs: /purple/proxy/password changed, scheduling save.
 (10:13:06) certificate: CertificateScheme x509 requested but not found.
 (10:13:06) certificate: CertificateScheme x509 registered
 (10:13:06) stun: using server
 (10:13:06) sound: Initializing sound output drivers.
 (10:13:06) prefs: /pidgin/conversations/placement changed, scheduling
 save.
 (10:13:06) gtkblist: added visibility manager: 1
 (10:13:06) docklet: created
 (10:13:06) util: Reading file blist.xml from directory
 /home/dstromberg/.purple
 (10:13:06) pounce: Error reading pounces: Failed to open file
 '/home/dstromberg/.purple/pounces.xml': No such file or directory
 (10:13:06) ui_main: Failed to load the default window icon (scalablepx
 version)!
 (10:13:06) Session Management: No SESSION_MANAGER found, aborting.
 (10:13:06) network: NetworkManager not active. Assuming connection exists.
 (10:13:06) network: NetworkManager not active. Assuming connection exists.
 (10:13:06) account: Connecting to account dan-stromberg at sbcglobal.net
 (10:13:06) connection: Connecting. gc = 0x84acb40
 (10:13:06) util: Writing file
 /home/dstromberg/.purple/icons/89de1b6d71c62d5e3dca23028232ad4dbbcc2745.png
 (10:13:06) yahoo: Calculated buddy icon checksum: 222723202(10:13:06) dns:
 DNS query for 'scs.msg.yahoo.com' queued
 (10:13:06) dns: Created new DNS child 24876, there are now 1 children.
 (10:13:06) dns: Successfully sent DNS request to child 24876
 (10:13:06) prefs: /pidgin/blist/x changed, scheduling save.
 (10:13:06) prefs: /pidgin/blist/y changed, scheduling save.
 (10:13:06) dns: Got response for 'scs.msg.yahoo.com'
 (10:13:06) dnsquery: IP resolved for scs.msg.yahoo.com
 (10:13:06) proxy: Attempting connection to 66.163.181.179
 (10:13:06) proxy: Connecting to scs.msg.yahoo.com:5050 with no proxy
 (10:13:06) proxy: Connection in progress
 (10:13:06) proxy: Connected to scs.msg.yahoo.com:5050.
 (10:13:06) yahoo: 119 bytes to read, rxlen is 139
 (10:13:06) yahoo: Yahoo Service: 0x57 Status: 1
 (10:13:06) yahoo: Key: 1        Value: dan-stromberg at sbcglobal.net
 (10:13:06) yahoo: Key: 94       Value:
 b*x+e-(s-c*(4+h*f-c%2/(3*(m&s+f+r-1|r%i|p&a)|v|r*f*a-d-(w/h-q|m+z*(d)))))
 (10:13:06) yahoo: Key: 13       Value: 2
 (10:13:06) yahoo: yahoo status: 0
 (10:13:07) yahoo: 878 bytes to read, rxlen is 898
 (10:13:07) yahoo: Yahoo Service: 0x55 Status: 0
 (10:13:07) yahoo: Key: 89       Value: strombrg,dan-
 stromberg at sbcglobal.net
 (10:13:07) yahoo: Key: 59       Value:
 Y\tv=1&n=9qg6vi8na22kj&l=ijhec1h6/o&p=m222qg5013000007&r=3t&lg=us&intl=us;
 expires=Tue, 02-Jun-2037 20:00:00 GMT; path=/; domain=.yahoo.com
 (10:13:07) yahoo: Key: 219      Value:
 (10:13:07) yahoo: Key: 59       Value:
 T\tz=j23fIBj8MgIB3IBMHWlL2FrTzZOBjA3TzcyNjUyMw--&a=YAE&sk=DAA9zUS4QOpmVU&ks=EAAjKvdvI9f9AHQlOrPY3fBBw--~A&d=c2wBT0RFNUFUY3dPREExTVRJMU5BLS0BYQFZQUUBb2sBWlcwLQFhbAFkYW4tc3Ryb21iZXJnQHNiY2dsb2JhbC5uZXQBdGlwAUFwVG5qRAF6egFqMjNmSUJnV0E-&af=QUFBQ0FDQURBZkFCUmxCOUFGQUJBQ0FEQU1IMCZ0cz0xMjE2MzE0Nzg3JnBzPVZQTzl0Q0kyMy5xYVNuV2gzeUlrMmctLQ--;
 expires=Tue, 02-Jun-2037 20:00:00 GMT; path=/; domain=.yahoo.com
 (10:13:07) yahoo: Key: 219      Value:
 (10:13:07) yahoo: Key: 59       Value: C\tmg=1
 (10:13:07) yahoo: Key: 219      Value:
 (10:13:07) yahoo: Key: 153      Value: 1
 (10:13:07) yahoo: Key: 90       Value: 1
 (10:13:07) yahoo: Key: 3        Value: strombrg
 (10:13:07) yahoo: Key: 100      Value: 0
 (10:13:07) yahoo: Key: 101      Value:
 (10:13:07) yahoo: Key: 102      Value:
 (10:13:07) yahoo: Key: 15001    Value: 1
 (10:13:07) yahoo: Key: 15002    Value: us
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 275      Value: 1
 (10:13:07) yahoo: Key: 216      Value: Dan
 (10:13:07) yahoo: Key: 254      Value: Stromberg
 (10:13:07) yahoo: Key: 192      Value: 694838217
 (10:13:07) yahoo: Key: 93       Value: 86400
 (10:13:07) yahoo: Key: 149      Value: Wi2vaXICG9IXhQGuFJvpmA--
 (10:13:07) yahoo: Key: 150      Value: CkQvQnaFFwoMz32kE06AZA--
 (10:13:07) yahoo: Key: 151      Value: mXi2kA2WWZq7AMKCF.LzAA--
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 217      Value: 1
 (10:13:07) yahoo: Unrecognized cookie 'C'
 (10:13:07) util: requested to fetch
 (http://address.yahoo.com/yab/us?v=XM&prog=ymsgr&.intl=us&diffs=1&t=0&tags=short&rt=0
 &prog-ver=8.1.0.249&useutf8=1&legenc=codepage-1252), full=0,
 user_agent=((null)), http11=1
 (10:13:07) yahoo: No Aliases to process. Error:Unable to connect to
 address.yahoo.com
 (10:13:07) yahoo: 784 bytes to read, rxlen is 1024
 (10:13:07) yahoo: Yahoo Service: 0xf1 Status: 0
 (10:13:07) yahoo: Key: 302      Value: 318
 (10:13:07) yahoo: Key: 300      Value: 318
 (10:13:07) yahoo: Key: 65       Value: DATAllegro
 (10:13:07) yahoo: Key: 302      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: allanh_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: davec_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: dgrinnell_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: erick_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: fishbites4me
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: frgoya
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: hamid_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: mbrewer_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: mzaman1
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: pccrane
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: predragr_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: samah_datallegro
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: stephen_james6
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: technosultant
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: tim_03svt
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 303      Value: 319
 (10:13:07) yahoo: Key: 301      Value: 318
 (10:13:07) yahoo: Key: 300      Value: 318
 (10:13:07) yahoo: Key: 65       Value: Unknown
 (10:13:07) yahoo: Key: 302      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: ajijico
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 300      Value: 319
 (10:13:07) yahoo: Key: 7        Value: eleanor_stromberg
 (10:13:07) yahoo: Key: 301      Value: 319
 (10:13:07) yahoo: Key: 303      Value: 319
 (10:13:07) yahoo: Key: 301      Value: 318
 (10:13:07) yahoo: Key: 303      Value: 318
 (10:13:07) yahoo: Oh good, allanh_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, davec_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, dgrinnell_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, erick_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, fishbites4me is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, frgoya is in the right group (DATAllegro).
 (10:13:07) yahoo: Oh good, hamid_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, mbrewer_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, mzaman1 is in the right group (DATAllegro).
 (10:13:07) yahoo: Oh good, pccrane is in the right group (DATAllegro).
 (10:13:07) yahoo: Oh good, predragr_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, samah_datallegro is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, stephen_james6 is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, technosultant is in the right group
 (DATAllegro).
 (10:13:07) yahoo: Oh good, tim_03svt is in the right group (DATAllegro).
 (10:13:07) yahoo: Oh good, ajijico is in the right group (Unknown).
 (10:13:07) yahoo: Oh good, eleanor_stromberg is in the right group
 (Unknown).
 (10:13:07) yahoo: 948 bytes to read, rxlen is 220
 (10:13:07) yahoo: 948 bytes to read, rxlen is 644
 (10:13:07) yahoo: 948 bytes to read, rxlen is 1082
 (10:13:07) yahoo: Yahoo Service: 0xf0 Status: 0
 (10:13:07) yahoo: Key: 0        Value: strombrg
 (10:13:07) yahoo: Key: 1        Value: dan-stromberg at sbcglobal.net
 (10:13:07) yahoo: Key: 241      Value: 0
 (10:13:07) yahoo: Key: 302      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: stephen_james6
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 192      Value: -1577020655
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: davec_datallegro
 (10:13:07) yahoo: Key: 10       Value: 999
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 137      Value: 349
 (10:13:07) yahoo: Key: 192      Value: 1397314801
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 2
 (10:13:07) yahoo: Key: 244      Value: 278527
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: erick_datallegro
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: technosultant
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 192      Value: 1156194103
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: dgrinnell_datallegro
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 192      Value: 0
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: mzaman1
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 192      Value: 2777512001
 (10:13:07) yahoo: Key: 197      Value: 1OUii4rbGAAEDQWEo8Ace8TQoCw==
 (10:13:07) yahoo: Key: 198      Value: 1
 (10:13:07) yahoo: Key: 205      Value: 0,0,100
 (10:13:07) yahoo: Key: 213      Value: 1
 (10:13:07) yahoo: Key: 244      Value: 278527
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: fishbites4me
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 192      Value: 2119825034
 (10:13:07) yahoo: Key: 197      Value: 17M5ho5YAAAID5KL8oMYzik0B
 (10:13:07) yahoo: Key: 198      Value: 1
 (10:13:07) yahoo: Key: 204      Value: 2
 (10:13:07) yahoo: Key: 205      Value: 0,0,100
 (10:13:07) yahoo: Key: 213      Value: 2
 (10:13:07) yahoo: Key: 244      Value: 2088895
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 300      Value: 315
 (10:13:07) yahoo: Key: 7        Value: allanh_datallegro
 (10:13:07) yahoo: Key: 10       Value: 0
 (10:13:07) yahoo: Key: 13       Value: 1
 (10:13:07) yahoo: Key: 198      Value: 0
 (10:13:07) yahoo: Key: 213      Value: 0
 (10:13:07) yahoo: Key: 244      Value: 2097087
 (10:13:07) yahoo: Key: 301      Value: 315
 (10:13:07) yahoo: Key: 303      Value: 315
 (10:13:07) connection: Activating keepalive.
 (10:13:07) dns: DNS query for 'filetransfer.msg.yahoo.com' queued
 (10:13:07) yahoo: Unknown status key 241
 (10:13:07) yahoo: Unknown status key 302
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for stephen_james6 (Yahoo)
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for davec_datallegro (Yahoo)
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for erick_datallegro (Yahoo)
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for technosultant (Yahoo)
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for dgrinnell_datallegro (Yahoo)
 (10:13:07) yahoo: Got key 197, value =
 \xd4\xe5"\x8b\x8a\xdb\x18\x00\x04\x0d\x05\x84\xa3\xc0\x1c{\xc4\xd0\xa0,
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 205
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for mzaman1 (Yahoo)
 (10:13:07) yahoo: Got key 197, value =
 \xd7\xb39\x86\x8eX\x00\x00\x08\x0f\x92\x8b\xf2\x83\x18\xce)4
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 204
 (10:13:07) yahoo: Unknown status key 205
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 300
 (10:13:07) blist: Updating buddy status for fishbites4me (Yahoo)
 (10:13:07) yahoo: Unknown status key 198
 (10:13:07) yahoo: Unknown status key 213
 (10:13:07) yahoo: Unknown status key 301
 (10:13:07) yahoo: Unknown status key 303
 (10:13:07) blist: Updating buddy status for allanh_datallegro (Yahoo)
 (10:13:07) yahoo: 56 bytes to read, rxlen is 114
 (10:13:07) yahoo: Yahoo Service: 0xef Status: 1
 (10:13:07) yahoo: Key: 302      Value: 312
 (10:13:07) yahoo: Key: 300      Value: 312
 (10:13:07) yahoo: Key: 313      Value: 2
 (10:13:07) yahoo: Key: 314      Value: 0
 (10:13:07) yahoo: Key: 301      Value: 312
 (10:13:07) yahoo: Key: 303      Value: 312
 (10:13:07) yahoo: Unhandled service 0xef
 (10:13:07) yahoo: 18 bytes to read, rxlen is 38
 (10:13:07) yahoo: Yahoo Service: 0x12 Status: 1
 (10:13:07) yahoo: Key: 143      Value: 60
 (10:13:07) yahoo: Key: 144      Value: 1
 (10:13:07) yahoo: Unhandled service 0x12
 (10:13:07) yahoo: 8 bytes to read, rxlen is 28
 (10:13:07) yahoo: Yahoo Service: 0x0b Status: 1
 (10:13:07) yahoo: Key: 9        Value: 72
 (10:13:07) dns: Created new DNS child 24881, there are now 1 children.
 (10:13:07) dns: Successfully sent DNS request to child 24881
 (10:13:07) dns: Got response for 'filetransfer.msg.yahoo.com'
 (10:13:07) dnsquery: IP resolved for filetransfer.msg.yahoo.com
 (10:13:07) proxy: Attempting connection to 209.191.110.214
 (10:13:07) proxy: Connecting to filetransfer.msg.yahoo.com:80 with no
 proxy
 (10:13:07) proxy: Connection in progress
 (10:13:07) proxy: Connected to filetransfer.msg.yahoo.com:80.
 (10:13:07) yahoo: Buddy icon upload data:
 POST /notifyft HTTP/1.1
 User-Agent: Mozilla/4.0 (compatible; MSIE 5.5)
 Cookie:
 T=z=j23fIBj8MgIB3IBMHWlL2FrTzZOBjA3TzcyNjUyMw--&a=YAE&sk=DAA9zUS4QOpmVU&ks=EAAjKvdvI9f9AHQlOrPY3fBBw--~A&d=c2wBT0RFNUFUY3dPREExTVRJMU5BLS0BYQFZQUUBb2sBWlcwLQFhbAFkYW4tc3Ryb21iZXJnQHNiY2dsb2JhbC5uZXQBdGlwAUFwVG5qRAF6egFqMjNmSUJnV0E-&af=QUFBQ0FDQURBZkFCUmxCOUFGQUJBQ0FEQU1IMCZ0cz0xMjE2MzE0Nzg3JnBzPVZQTzl0Q0kyMy5xYVNuV2gzeUlrMmctLQ--;
 Y=v=1&n=9qg6vi8na22kj&l=ijhec1h6/o&p=m222qg5013000007&r=3t&lg=us&intl=us
 Host: filetransfer.msg.yahoo.com:80
 Content-Length: 4350
 Cache-Control: no-cache

 YMSG
 (10:13:07) yahoo: Finished uploading buddy icon.
 (10:13:08) yahoo: Buddy icon upload response (399) bytes (> ~400 indicates
 failure):
 HTTP/1.1 200 OK
 Date: Thu, 17 Jul 2008 17:13:07 GMT
 P3P: policyref="http://p3p.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
 DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
 PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV"
 Cache-Control: private
 Connection: close
 Transfer-Encoding: chunked
 Content-Type: text/plain; charset=utf-8

 4

 (10:13:08) yahoo: In yahoo_buddy_icon_upload_data_free()
 (10:13:08) yahoo: 193 bytes to read, rxlen is 213
 (10:13:08) yahoo: Yahoo Service: 0xc2 Status: 1
 (10:13:08) yahoo: Key: 5        Value: dan-stromberg at sbcglobal.net
 (10:13:08) yahoo: Key: 27       Value:
 89de1b6d71c62d5e3dca23028232ad4dbbcc2745.png
 (10:13:08) yahoo: Key: 20       Value: http://f5.yahoofs.com/msgr/dan-
 stromberg at sbcglobal.net/.friend_icon.png?mskAMcJBRln_5mUy
 (10:13:08) yahoo: Key: 38       Value: 1232125988
 (10:13:08) yahoo: 141 bytes to read, rxlen is 161
 (10:13:08) yahoo: Yahoo Service: 0xbe Status: 1
 (10:13:08) yahoo: Key: 4        Value: davec_datallegro
 (10:13:08) yahoo: Key: 5        Value: strombrg
 (10:13:08) yahoo: Key: 13       Value: 2
 (10:13:08) yahoo: Key: 20       Value:
 http://f5.yahoofs.com/msgr/davec_datallegro/.friend_icon.png?mskAMcJB3lCyvJfG
 (10:13:08) yahoo: Key: 192      Value: 1397314801
 (10:13:08) util: requested to fetch
 (http://f5.yahoofs.com/msgr/davec_datallegro/.friend_icon.png?mskAMcJB3lCyvJfG),
 full=0, user_agent=(Mozilla/4.0 (compatible; MSIE 5.0)), http11=0
 (10:13:08) yahoo: Fetching buddy icon failed: Unable to connect to
 f5.yahoofs.com
 Hi, user.  We need to talk.
 I think something's gone wrong here.  It's probably my fault.
 No, really, it's not you... it's me... no no no, I think we get along well
 it's just that.... well, I want to see other people.  I... what?!?  NO!  I
 haven't been cheating on you!!  How many times do you want me to tell
 you?!  And
 for the last time, it's just a rash!
 Aborted

 }}}

 Yes, I'm pretty sure I'm using the newly-built libpurple, because I'm
 specifying an LD_LIBRARY_PATH (just for testing purposes).

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


More information about the Tracker mailing list