tags 445360 + unreproducible
thankyou

Hi Josip,

(gdb) p TermWin.nrow 
$37 = 24
(gdb) p (text_t *[24])*(screen.text + TermWin.saveLines)
$38 = {
  0x543a10 "i:Exit  -:PrevPg  <Space>:NextPg v:View Attachm.  d:Del  r:Reply  
j:Next ?:Help ", 
  0x543d40 "X-Spam-Level:", ' ' <repeats 67 times>, 
  0x544070 "Delivery-date: Sun, 22 Jul 2007 15:43:56 +0200", ' ' <repeats 34 
times>, 
  0x5443a0 "To: [EMAIL PROTECTED]", ' ' <repeats 56 times>, 
  0x5446d0 "From: [EMAIL PROTECTED]", ' ' <repeats 52 times>, 
  0x544a00 "Date: Sun, 22 Jul 2007 15:43:45 +0200", ' ' <repeats 43 times>, 
  0x544d30 "X-SA-Exim-Connect-IP: 2001:b68:e160:0:20b:dbff:fee6:9fcd", ' ' 
<repeats 24 times>, 
  0x545060 "Subject: ** PROBLEM alert - nekkar.CARNet.hr host is DOWN **", ' ' 
<repeats 20 times>, 0x545390 ' ' <repeats 80 times>, 0x0, 0x0, 0x0, 0x0, 0x0, 
0x55c9f0 ' ' <repeats 80 times>, 
  0x55cb00 ' ' <repeats 80 times>, 0x55cc10 ' ' <repeats 80 times>, 
  0x55cd20 ' ' <repeats 80 times>, 0x55ce30 ' ' <repeats 80 times>, 
  0x5456c0 "[-- The following data is signed --]", ' ' <repeats 44 times>, 
  0x5459f0 ' ' <repeats 80 times>, 
  0x545d20 "Debian-Edu: Skolelinux 3.0 Terra available for free download!", ' ' 
<repeats 19 times>, 0x546050 "- s - 1/2: Steffen Joeris         Release 
Announcement: Debian-Edu/Sko -- (16%) ", 
  0x546380 ' ' <repeats 80 times>}
(gdb) p (rend_t *[24])*(screen.rend + TermWin.saveLines)
$39 = {0x543a70, 0x543da0, 0x5440d0, 0x544400, 0x544730, 0x544a60, 0x544d90, 
0x5450c0, 
  0x5453f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x55ca50, 0x55cb60, 0x55cc70, 0x55cd80, 
0x55ce90, 
  0x545720, 0x545a50, 0x545d80, 0x5460b0, 0x5463e0}
(gdb) p (int16_t [24])*(screen.tlen + TermWin.saveLines) 
$40 = {79, 13, 46, 24, 28, 37, 56, 60, 0 <repeats 11 times>, 36, 0, 61, 79, 0}

those NULL pointers in the middle are strange - I can only guess how
they got there. Could you set a breakpoint on scr_reset() and tell me
if you get more than two calls to that function (one from main() and
one from resize_window(), probably triggered by your WM), and maybe
show the contents of screen.text before you switch to the second mail?

I still cannot reproduce the bug on one of my machines...


Regards,

Jan

Attachment: signature.asc
Description: Digital signature

Reply via email to