[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Segmentation fault when
From: |
Guido Trentalancia |
Subject: |
Segmentation fault when |
Date: |
Fri, 22 Jan 2016 23:37:53 +0100 |
Hello,
I am hitting the following issue upon starting up the application (just
after the initial screen cleanup):
0x00007ffff7779e06 in pnoutrefresh (win=0x8904b0, pminrow=0, pmincol=0,
sminrow=0, smincol=0, smaxrow=55, smaxcol=179) at
../../ncurses/base/lib_pad.c:224
224 NCURSES_CH_T ch = oline->text[j];
(gdb) where
#0 0x00007ffff7779e06 in pnoutrefresh (win=0x8904b0, pminrow=0, pmincol=0,
sminrow=0, smincol=0, smaxrow=55, smaxcol=179) at
../../ncurses/base/lib_pad.c:224
#1 0x000000000044a5e9 in LYrefresh ()
#2 0x000000000044d8d2 in statusline.part ()
#3 0x000000000042f54a in user_message ()
#4 0x0000000000438917 in getfile ()
#5 0x000000000043fb4b in mainloop ()
#6 0x000000000043d1ea in main (argc=<optimized out>, argv=0x7fffffffe6e8) at
LYMain.c:2203
(gdb) print oline
$1 = (struct ldat *) 0x890520
(gdb) print oline->text
$2 = (chtype *) 0x1500891880
(gdb) print oline->text[0]
Cannot access memory at address 0x1500891880
Does anyone have an idea about what exactly is going on ?
Regards,
Guido
- Segmentation fault when,
Guido Trentalancia <=