qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: More displaystate fallout?


From: Stefan Weil
Subject: Re: [Qemu-devel] Re: More displaystate fallout?
Date: Wed, 21 Jan 2009 18:46:11 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Stefano Stabellini schrieb:
> Jędrzej Kalinowski wrote:
>
>   
>> Thanks for your tip - I get this trace:
>>
>> #0  0x000000080121179c in free () from /lib/libc.so.7
>> #1  0x0000000801082d1e in _nc_freewin () from /lib/libncurses.so.7
>> #2  0x000000000048219a in curses_calc_pad () at curses.c:72
>> #3  0x0000000000463c16 in console_select (index=Variable "index" is not
>> available.
>> ) at console.h:162
>> #4  0x00000000004828e9 in curses_refresh (ds=0x80220e140) at curses.c:227
>> #5  0x00000000004081e6 in gui_update (opaque=0x80d254300) at console.h:180
>> #6  0x00000000004072ac in qemu_run_timers (ptimer_head=0xa591b0,
>> current_time=330803229) at
>> /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:1222
>> #7  0x0000000000409547 in main_loop_wait (timeout=Variable "timeout" is not
>> available.
>> ) at /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:3702
>> #8  0x000000000040cb3f in main (argc=5, argv=0x7fffffffeaa8, envp=Variable
>> "envp" is not available.
>> ) at /tmp/ports/qemu-devel/qemu-snapshot-2009-01-18_18/vl.c:3851
>>
>> So it's somewhat related to ncurses - but my older snapshot still works
>> fine, and doesn't crash in monitor/serial view.
>>
>>     
>
> I am able to reproce this bug, I am on it.
>
>
>
>   


Hi,

maybe the bug is related to a similar one I got:

Emulation of a system without VGA will crash while switching from
serial console to monitor. I got this crash with SDL and VNC displays.

The crash is caused by a surface which is too small: your patch for
dumb terminals assumes 640 x 480 pixels, but the monitor is much
larger. So the allocated display data is too small.

Regards
Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]