<tixx <at> openmailbox.org> writes: > # cat -n azalia.c | head -n 2352 | tail -n 1 > 2352 index = w->connections[w->selected];
Could you place a debug printf and dump w->type, w->selected and size of w->connections before above line of code?
<tixx <at> openmailbox.org> writes: > # cat -n azalia.c | head -n 2352 | tail -n 1 > 2352 index = w->connections[w->selected];
Could you place a debug printf and dump w->type, w->selected and size of w->connections before above line of code?