[Gaim-bugs] [ gaim-Bugs-1693372 ] Fatal Error when adding the QQ account and get online

2007-04-17 Thread SourceForge.net
Bugs item #1693372, was opened at 2007-04-02 23:00
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1693372group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: 2.0.0 beta 6
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Sam_Tong (sam_tong)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fatal Error when adding the QQ account and get online

Initial Comment:
I faced this defect right after I installed Gaim 2.0.0 beta 6.

I'm using Dell Latitude D620 Laptop
Operating system is Windows XP with sp2
Ram is 2G

I originally added 2 accounts there in the gaim, one is MSN, the other is Yahoo 
IM account. I have total 21 groups identified.

Then I add another QQ account, it is successfully added, but when I get online, 
retrieving the buddy list from the QQ server. the error appears and Gaim closed 
automatically. When I re-open it, the QQ account disappears.

And I have more than 100 buddies in the QQ, also 5-8 groups identified there.


--

Comment By: SourceForge Robot (sf-robot)
Date: 2007-04-17 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

--

Comment By: Daniel Atallah (datallah)
Date: 2007-04-03 07:36

Message:
Logged In: YES 
user_id=325843
Originator: NO

Please get a backtrace as described on
http://gaim.sourceforge.net/gdb.php, or if using windows install
the gaim-debug package and get a gaim.RPT file as described here
http://gaim.sourceforge.net/win32/#debug

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1693372group_id=235

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Gaim-bugs mailing list
Gaim-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-bugs


[Gaim-bugs] [ gaim-Bugs-1692546 ] Memory corruption when getting Jabber User Info

2007-04-17 Thread SourceForge.net
Bugs item #1692546, was opened at 2007-04-01 14:21
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1692546group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Tasci Synx (synx13)
Assigned to: Nathan Walp (faceprint)
Summary: Memory corruption when getting Jabber User Info

Initial Comment:
With the latest SVN of gaim as of today, I can reproduce a hideous crash simply 
by logging into a jabber account, then requesting the User Info of one of my 
buddies. Only with Jabber, requesting the User Info causes gaim to free an 
invalid pointer, causing it to crash immediately without a stack trace. 
Valgrind to the rescue, it reveals that there is a spot in 
libgaim/jabber/buddy.c that is freeing an invalid pointer. Only trouble is... 
the pointer is valid! I printed out the result of g_strdup that assigns the ID, 
and then the pointer to be freed, and their addresses and values were 
identical.  I'm fairly sure g_strdup always returns a pointer that may be used 
in g_free.

The problem is in libgaim/jabber/buddy.c on line 736, far as I can tell.  I'll 
attach my valgrind log (memcheck full) during a session where I caused this 
crash. I have a hunch the problem isn't here at all, but instead somewhere else 
where memory gets corrupted, and only on line 736 does the awful deed come to 
light.  Line 736 is ALWAYS reached by a pointer that can be freed, as I found 
when adding a gaim_debug_log(jabber,ID Remove %p:%s,l-data,l-data); 
around that g_free statement. Yet somehow glibc and valgrind both claim that an 
invalid pointer is being freed.  A very puzzling problem.

I should add that beta 6 does NOT have this problem. I can read the user infos 
just fine. In fact I haven't noticed this crash in SVN since at least last 
week, but I can't back that up. Anyone who knows the SVN version of beta 6 can 
attach a diff here if they so please.

...ok, final note: I can't attach my valgrind log since sourceforge thinks it's 
too big to attach.  Try getting it from http://synx.us.to/valgrind.log

--

Comment By: SourceForge Robot (sf-robot)
Date: 2007-04-17 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

--

Comment By: Nathan Walp (faceprint)
Date: 2007-04-02 21:53

Message:
Logged In: YES 
user_id=17471
Originator: NO

This was fixed in SVN.  The code now looks like:

if(!strcmp(id, l-data)) {
gpointer tmp = l-data;
jbi-ids = g_slist_remove(jbi-ids, l-data); // current
line 736
g_free(tmp);
return;
}



--

Comment By: Ka-Hing Cheung (bsponline)
Date: 2007-04-01 16:38

Message:
Logged In: YES 
user_id=159910
Originator: NO

duplicate of 1676403, but this one has a link to a valgrind trace...

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1692546group_id=235

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Gaim-bugs mailing list
Gaim-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-bugs


[Gaim-bugs] [ gaim-Bugs-1693692 ] Gaim is crashing Daily

2007-04-17 Thread SourceForge.net
Bugs item #1693692, was opened at 2007-04-03 08:02
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1693692group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: 2.0.0 beta 6
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nicholas A. Aronne (naaronne)
Assigned to: Daniel Atallah (datallah)
Summary: Gaim is crashing Daily

Initial Comment:
For the last 2 weeks now, Gaim has been crashing daily, I have collected some 
information from the debug, pasted below.  If there is any additional 
supporting information I can supply you with, let me know.




-
(09:12:40) pounce: Error parsing C:\Documents and 
Settings\Administrator\Application Data\.gaim\pounces.xml
(10:47:50) oscar: Message error with data PocSilver and reason 4
(10:47:51) Gtk: gtk_widget_get_clipboard: assertion `gtk_widget_has_screen 
(widget)' failed
(10:47:51) Gtk: gtk_clipboard_set_with_owner: assertion `clipboard != NULL' 
failed


--

Comment By: SourceForge Robot (sf-robot)
Date: 2007-04-17 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

--

Comment By: Daniel Atallah (datallah)
Date: 2007-04-03 08:56

Message:
Logged In: YES 
user_id=325843
Originator: NO

Please get a backtrace as described on
http://gaim.sourceforge.net/gdb.php, or if using windows install
the gaim-debug package and get a gaim.RPT file as described here
http://gaim.sourceforge.net/win32/#debug

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=100235aid=1693692group_id=235

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Gaim-bugs mailing list
Gaim-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-bugs