Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-20 Thread Sven Joachim
Control: tags -1 pending On 2018-05-16 04:34 -0400, Thomas Dickey wrote: > The problem is that f-irc asks for pair-content of pairs which it did not > initialize, and in doing this, found a case I'd overlooked in the logic > for dynamically allocating the color-pair table last year. > > Here's

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-16 Thread Thomas Dickey
On Wed, May 16, 2018 at 12:17:45PM +0200, Sven Joachim wrote: > On 2018-05-16 04:34 -0400, Thomas Dickey wrote: ... > Thanks, that helps. :-) > > > f-irc, by the way, hits that function about a hundred times more than > > the worst-case (7.2 million versus 65 thousand). > > Yes, the double loop

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-16 Thread Sven Joachim
On 2018-05-16 04:34 -0400, Thomas Dickey wrote: > On Tue, May 15, 2018 at 08:01:19PM -0400, Thomas Dickey wrote: >> On Tue, May 15, 2018 at 08:47:38PM +0200, Sven Joachim wrote: >> > CC'ing ncurses maintainer, it looks like the library might be at fault >> > here. >> ... >> > So it seems that the

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-16 Thread Thomas Dickey
On Tue, May 15, 2018 at 08:01:19PM -0400, Thomas Dickey wrote: > On Tue, May 15, 2018 at 08:47:38PM +0200, Sven Joachim wrote: > > CC'ing ncurses maintainer, it looks like the library might be at fault > > here. > ... > > So it seems that the ncurses library did not allocate enough memory to > >

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-15 Thread Thomas Dickey
On Tue, May 15, 2018 at 08:47:38PM +0200, Sven Joachim wrote: > CC'ing ncurses maintainer, it looks like the library might be at fault > here. ... > So it seems that the ncurses library did not allocate enough memory to > hold all the color pairs in sp->_color_pairs, resulting in the eventual >

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-15 Thread Sven Joachim
CC'ing ncurses maintainer, it looks like the library might be at fault here. On 2018-05-15 03:05 +0900, nozzy123no...@gmail.com wrote: > Package: f-irc > Version: 1.36-1+b3 > Severity: serious > > Dear Maintainer, > > This version of f-irc always gets SEGV when TERM environmental > variable set

Bug#898658: f-irc gets SEGV with TERM=xterm-256color

2018-05-14 Thread nozzy123nozzy
Package: f-irc Version: 1.36-1+b3 Severity: serious Dear Maintainer, This version of f-irc always gets SEGV when TERM environmental variable set to xterm-256color ,which is default under gnome-terminal. However, when I set TERM to xterm,vt100 or kterm,f-irc seems to work well. Does anyone