Mercurial > pidgin
view TODO @ 14357:4e14503b9bac
[gaim-migrate @ 17063]
Fix an assertion that fails for me about half the time
when I try to sign onto MSN.
Here's a backtrace, in case someone wants to look at this
more in depth:
#4 0x00002aaab203d857 in msn_object_new_from_string (str=0x2aaaac4f0860 "0")
at object.c:79
obj = (MsnObject *) 0x7fff2bc6efe0
tag = 0x2aaaac4f0861 ""
c = 0x100000001 <Address 0x100000001 out of bounds>
__PRETTY_FUNCTION__ = "msn_object_new_from_string"
#5 0x00002aaab203bf37 in nln_cmd (cmdproc=0xd84f30, cmd=0xcb1e10)
at notification.c:687
session = (MsnSession *) 0xd72e70
account = (GaimAccount *) 0x63c020
gc = (GaimConnection *) 0xd5d9b0
user = (MsnUser *) 0xcb1d90
msnobj = (MsnObject *) 0x2aaaacc127d9
clientid = 32767
state = 0xc97820 "NLN"
passport = 0xd65310 "lbdash@yahoo.com"
friendly = 0x2aaaac4f0860 "0"
#6 0x00002aaab202ff18 in msn_cmdproc_process_cmd (cmdproc=0xd84f30,
cmd=0xcb1e10) at cmdproc.c:313
cb = 0x2aaab203be63 <nln_cmd>
trans = (MsnTransaction *) 0x0
#7 0x00002aaab202ffbe in msn_cmdproc_process_cmd_text (cmdproc=0xd84f30,
command=0xe082b0 "NLN NLN lbdash@yahoo.com lbdash@yahoo.com 1073741856 0")
at cmdproc.c:335
No locals.
#8 0x00002aaab2032c06 in read_cb (data=0xd4e600, source=7,
cond=GAIM_INPUT_READ) at httpconn.c:380
httpconn = (MsnHttpConn *) 0xd4e600
servconn = (MsnServConn *) 0xd65360
session = (MsnSession *) 0xd72e70
buf = "HTTP/1.1 200 OK\r\nDate: Sun, 27 Aug 2006 21:29:58 GMT\r\nServer:
Microsoft-IIS/6.0\r\nX-Powered-By: ASP.N ET\r\nX-MSN-Messenger:
SessionID=26246177.8760; GW-IP=207.46.7.4\r\nContent-Length: 56\r\nContent-type:
ap"...
cur = 0xe082b0 "NLN NLN lbdash@yahoo.com lbdash@yahoo.com 1073741856 0"
end = 0xe082e8 ""
old_rx_buf = 0xe082b0 "NLN NLN lbdash@yahoo.com lbdash@yahoo.com
1073741856 0"
len = 285
cur_len = 56
result_msg = 0xe082b0 "NLN NLN lbdash@yahoo.com lbdash@yahoo.com
1073741856 0"
result_len = 56
error = 0
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 27 Aug 2006 21:36:52 +0000 |
parents | 4b5822e48b53 |
children | 361c15e0b320 |
line wrap: on
line source
* conversation api {{{ * need to handle: {{{ * unnamed chats * chats with the same name as a buddy * this should be working now, but it needs to be kept in mind when (re-)designing * jabber Messages (one off messages vrs a conversation with a backlog) * multiple conversations with a single buddy (jabber, with thread tag) * bugs }}} * notes: {{{ * (12:58:39) Robot101: user list always|auto|never * topic only where supported by the protocol * how do we log this? {{{ * rlaager's (NEW) proposal: {{{ * each conversation has 1 or more logs associated with it. * when someone joins, a new log is opened * file based loggers should try to use hard-links in a smart way to avoid duplicating data on disk as much as possible... * this needs to be designed in such a way that a database logger can handle it w/o duplication... * TO SOLVE THESE CONCERNS, a link and/or copy function callback will likely need to be added }}} }}} }}} }}} * buddy list {{{ * we have not committed any gobjectification, so this is not a blocker for 2.0.0 until we do. * if we do, it is only a blocker to the extent that gaim needs to run. That is, we do not *necessarily* have to gobjectifiy everything as long as we preserve functionality. * That being said, my understanding of the signals mess says that it is probly more work to try to do this in stages than to start it or not start it. * This would require some sort of signal aggregation, as gobject signals are unique to the instance. * one way to do this would be to emit the signals from a non-descript buddy object. this would most closely mimic the current functionality * a second way would be to actually try to aggregate them in some way. I really don't know how possible this is, but it would allow us to do things like set a pounce on everyone in a group or define sounds on a per-group basis. * we could look at replacing the UI ops with signals/call backs * bugs * wrong buddy given priority }}} * build targets {{{ * this is not a blocker * we need build targets for libgaim, we need to test them, and make sure they work. * we ought to use our own build targets to build the executable itself. * due to the limitations of cvs, this cannot accompany moving files to other directories at this time. }}} * status {{{ * Error messages aren't particularly usable currently. we need to be able to see the full text of the error, and what account is in that error condition. * No way to see accounts not in the global state. * Easier access to saved states is needed. }}} * Privacy {{{ * this is not a blocker for 2.0.0 * Privacy sucks. it doesn't handle many of the protocols in a way that users understand. notably msn, but also yahoo, jabber, and icq. * We want to sync to the server as much as possible, entirely local-only privacy is not an option except on protocols like irc that have no server-side. * We want to be as consistent across protocols as possible. this will require renaming things on some protocols. * Bleeter suggests that we create a privacy.xml, remove privacy from blist.xml. He suggests that each protocol define certain capabilities & defaults, with accounts.xml holding exceptions to the defaults. }}} * Perl {{{ * Block for 2.0.0 or remove perl: * Extended testing and resolving the inevitable bugs remains. * Test each call to make sure it actually works * Make it work with G_MODULE_BIND_LOCAL }}} * Prefs {{{ * on upgrade from 1.x, the timestamp preference often gets lost. }}} * system log {{{ * The system log minimally should tell me what _I_ do in gaim. It should (minimally) tell me about my accounts and actions. It should thus list * gaim start and quit * Account connection * account disconnection, and reason if caused by error. * account state changes, IFF we are logging that for buddies. * This might include the state message(s). * This might be done using one or more files. * historically, the system log has also functioned to log things about buddies that do not relate to a specific conversation. While I(luke) do not at all object to this, it could be argued that such functionality more properly belongs in a plugin, such as the buddy state notification plugin. if we continue to implement such functionality, it could include: * logging when a buddy signs on, including in some form what account sees that change. * logging when a buddy signs off, including in some form what account sees that change. * " " " " goes idle, " " " " " " " " " * " " " " goes away, " " " " " " " " " * " " " " becomes available, " " " " " " " " " * like the logging of my own accounts, this could be done in one or more files. * one potential downside of using multiple files is the idea that either the file's contents duplicate information contained in the file's location/name, or that we need to manipulate the display so as to convey that information to the user from the graphical viewer }}}