Closed
Bug 1949
Opened 26 years ago
Closed 26 years ago
[PP] Can't exit from viewer
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M2
People
(Reporter: akkzilla, Assigned: ramiro)
Details
Trying to quit the viewer (from the window manager menu, since there is no other
way) dismisses the window but doesn't actually quit the program. Hitting ^C
from the shell to try to exit the program causes a crash:
#0 0x40b32811 in __kill ()
#1 0x40b3263f in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x40b3384f in abort () at ../sysdeps/generic/abort.c:83
#3 0x406f070c in PR_Assert (s=0x407238f1 "!(me->flags & _PR_IDLE_THREAD)",
file=0x407236ac "unix.c", ln=3144) at prlog.c:482
#4 0x40718b40 in _PR_WaitForMultipleFDs (unixpds=0x80930c0, pdcnt=1,
timeout=4294967295) at unix.c:3144
#5 0x4071ed79 in select (width=7, rd=0x500118f0, wr=0x0, ex=0x0, tv=0x0)
at uxwrap.c:219
#6 0x40993a1c in _XWaitForReadable ()
#7 0x40994fa9 in _XReply ()
#8 0x40990acf in XSync ()
#9 0x40903930 in gdk_flush ()
#10 0x40912585 in gdk_image_destroy ()
#11 0x40911d2a in gdk_image_exit ()
#12 0x40904e2b in gdk_exit_func ()
#13 0x40b346f5 in exit (status=1) at exit.c:55
#14 0x40902509 in gdk_exit ()
#15 0x40905033 in gdk_signal ()
#
Comment 1•26 years ago
|
||
adding don to cc list
Updated•26 years ago
|
Assignee: trudelle → rickg
Kevin -- this is a unix bug that you may assign to someone on the unix parity
team.
Kevin -- this is a unix bug that you may assign to someone on the unix parity
team.
Updated•26 years ago
|
Assignee: kmcclusk → ramiro
claudius, I think this works now. Can you please check with latest build.
Thanks!
Reporter | ||
Comment 5•26 years ago
|
||
Sure enough, works for me, too (under gtk 1.1.7).
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
marking fixed
reopen if this is not so
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•