Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56272 - xchat-2.0.10 tab completition bug kills xchat
Summary: xchat-2.0.10 tab completition bug kills xchat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Packages in net-irc
URL: http://forum.xchat.org/viewtopic.php?...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-06 13:34 UTC by Martin Wienold
Modified: 2004-07-06 14:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed ebuild (xchat-2.0.10-r1.ebuild,2.25 KB, text/plain)
2004-07-06 13:35 UTC, Martin Wienold
Details
patch to fix the bug (xc2010-fixtabcomp.diff,721 bytes, patch)
2004-07-06 13:36 UTC, Martin Wienold
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Wienold 2004-07-06 13:34:16 UTC
There is a bug in the new Tab completiton introduced in xchat 2.0.10
patch and fixed ebuild (added epatch and comments, nothing more) is attached

Reproducible: Always
Steps to Reproduce:
1. use '/set completion_amount 999' (greater than 0)
2. press spacebar one time and then tab
3. 

Actual Results:  
xchat will just crash


Bugreport in the xchat dev-forum
http://forum.xchat.org/viewtopic.php?p=653

patch:
http://www.xchat.org/files/source/2.0/patches/xc2010-fixtabcomp.diff
Comment 1 Martin Wienold 2004-07-06 13:35:41 UTC
Created attachment 34881 [details]
fixed ebuild

ebuild attached
Comment 2 Martin Wienold 2004-07-06 13:36:15 UTC
Created attachment 34882 [details, diff]
patch to fix the bug

patch for the tab-bug
Comment 3 Sven Wegener gentoo-dev 2004-07-06 13:54:02 UTC
I'm taking care of this.
Comment 4 Sven Wegener gentoo-dev 2004-07-06 14:11:25 UTC
Commited to CVS as -r1. Thanks for reporting.