From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 27786] New: Freeze if boss-key (Shift-Esc) pressed while busy doing network stuff and game engine not running
Date: Wed, 21 Apr 2010 21:04:10 -0700 (PDT) [thread overview]
Message-ID: <bug-27786-502@http.bugs.freedesktop.org/> (raw)
https://bugs.freedesktop.org/show_bug.cgi?id=27786
Summary: Freeze if boss-key (Shift-Esc) pressed while busy
doing network stuff and game engine not running
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: luke-jr+freedesktop@utopios.org
If I press Shift-Esc while Armagetron Advanced is in a network-only state
(fetching server list, between rounds, etc), the game locks up until I manually
kill it (SIGINT works)
--- Backtrace ---
#0 0x00007ffb139827c4 in __lll_lock_wait () from /lib/libpthread.so.0
#1 0x00007ffb1397e029 in _L_lock_534 () from /lib/libpthread.so.0
#2 0x00007ffb1397de3e in pthread_mutex_lock () from /lib/libpthread.so.0
#3 0x00007ffb12e029dd in ?? () from //usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#4 0x00007ffb12e030b3 in ?? () from //usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#5 0x00007ffb12e01825 in glXMakeCurrentReadSGI ()
from //usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#6 0x00007ffb12996f04 in ?? () from /usr/lib/libSDL-1.2.so.0
#7 0x00007ffb1299acfe in ?? () from /usr/lib/libSDL-1.2.so.0
#8 0x00007ffb1299af17 in ?? () from /usr/lib/libSDL-1.2.so.0
#9 0x00007ffb1298b902 in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0
#10 0x00007ffb1296516d in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#11 0x00007ffb129651ee in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#12 0x00007ffb12965a0f in ?? () from /usr/lib/libSDL-1.2.so.0
#13 <signal handler called>
#14 0x00007ffb0dc18540 in radeonFlush () from /usr/lib64/dri/r300_dri.so
#15 0x00007ffb0dc0e028 in ?? () from /usr/lib64/dri/r300_dri.so
#16 0x00007ffb0dc91cc4 in _mesa_reference_texobj ()
from /usr/lib64/dri/r300_dri.so
#17 0x00007ffb0dc947eb in _mesa_free_texture_data ()
from /usr/lib64/dri/r300_dri.so
#18 0x00007ffb0dc31938 in _mesa_free_context_data ()
from /usr/lib64/dri/r300_dri.so
#19 0x00007ffb0dc31a5e in _mesa_destroy_context ()
from /usr/lib64/dri/r300_dri.so
#20 0x00007ffb0dc175fd in radeonDestroyContext ()
from /usr/lib64/dri/r300_dri.so
#21 0x00007ffb0dbf40f0 in ?? () from /usr/lib64/dri/r300_dri.so
#22 0x00007ffb12e2429f in ?? () from
//usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#23 0x00007ffb12e001a8 in ?? () from
//usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#24 0x00007ffb12996f22 in ?? () from /usr/lib/libSDL-1.2.so.0
#25 0x00007ffb1299acfe in ?? () from /usr/lib/libSDL-1.2.so.0
#26 0x00007ffb1299af17 in ?? () from /usr/lib/libSDL-1.2.so.0
#27 0x00007ffb1298b902 in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0
#28 0x00007ffb1296516d in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#29 0x000000000042a1e9 in main ()
Video card: ATi Radeon X850 AGP
--- Software versions (Gentoo) ---
Armagetron Advanced trunk: bzr co lp:armagetronad -r 968
sys-libs/glibc-2.10.1-r1 (libpthread)
media-libs/mesa-7.7.1 (libGL, r300_dri)
media-libs/libsdl-1.2.13-r1 (libSDL)
x11-base/xorg-server-1.7.6
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
next reply other threads:[~2010-04-22 4:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 4:04 bugzilla-daemon [this message]
2010-04-22 4:05 ` [Bug 27786] Freeze if boss-key (Shift-Esc) pressed while busy doing network stuff and game engine not running bugzilla-daemon
2010-04-22 7:31 ` bugzilla-daemon
2010-04-22 13:56 ` bugzilla-daemon
2010-04-22 14:04 ` bugzilla-daemon
2010-04-22 14:29 ` bugzilla-daemon
2010-04-22 14:31 ` bugzilla-daemon
2010-04-22 14:36 ` bugzilla-daemon
2010-04-22 17:31 ` bugzilla-daemon
2014-07-07 16:43 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-27786-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox