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

Bug#288202: marked as done (Cannot close pornview)



Your message dated Tue, 30 May 2006 03:47:11 -0700
with message-id <E1Fl1kl-0004By-OT@spohr.debian.org>
and subject line Bug#345100: fixed in pornview 0.2pre1-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: pornview
Version: 0.2pre1-4
Severity: normal

If I select "Exit" in the "File" menu of pornview, the program does not 
react to any user action any more, but does not close. I have to use the 
kill command to completely shut it down.

Attached the last screen of a strace...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages pornview depends on:
ii  libatk1.0-0              1.8.0-4         The ATK accessibility toolkit
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libglib2.0-0             2.4.8-1         The GLib library of C routines
ii  libgtk2.0-0              2.4.14-2        The GTK+ graphical user interface 
ii  libpango1.0-0            1.6.0-3         Layout and rendering of internatio
ii  libpng12-0               1.2.8rel-1      PNG library - runtime
ii  libxine1                 1.0-1           the xine video/media player librar
ii  xlibs                    4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information
read(3, "\10\3\3)%\327\241\0\216\0\0\0$\0`\2\0\0\0\0\36\0@\0\35"..., 32) = 32
read(3, "\7\3\3)%\327\241\0\216\0\0\0)\0`\2\0\0\0\0\36\0@\0\33\0"..., 32) = 32
read(3, "\t\2\4)\3\0`\2\2\370\377\277O\255\16\10\22\0\0\0\200\370"..., 32) = 32
read(3, "\1\2\5)\0\0\0\0\3\0`\2\0\0\0\0\1\0\0\0\0\0\0\0(\260V\10"..., 32) = 32
futex(0x8814104, FUTEX_WAKE, 1)         = 1
futex(0x8824cdc, FUTEX_WAKE, 1)         = 1
gettimeofday({1104671364, 411483}, NULL) = 0
futex(0x8841e94, FUTEX_WAKE, 1)         = 1
futex(0xb3168bf8, FUTEX_WAIT, 3766, NULL) = 0
clock_gettime(0x1 /* CLOCK_??? */, {10633, 196725464}) = 0
clock_gettime(0x1 /* CLOCK_??? */, {10633, 196775464}) = 0
futex(0x8824cdc, FUTEX_WAKE, 1)         = 1
futex(0xb3968bf8, FUTEX_WAIT, 3765, NULL) = 0
munmap(0xb3969000, 1888256)             = 0
futex(0x8814104, FUTEX_WAKE, 1)         = 1
futex(0xb4335bf8, FUTEX_WAIT, 3764, NULL) = 0
munmap(0xb4336000, 4100096)             = 0
tgkill(3757, 3767, SIGRTMIN)            = 0
futex(0xb5f69bf8, FUTEX_WAIT, 3761, NULL) = 0
write(4, "\216\r\4\0i\0\0\0M\0\0\0\1\0\0\0\216\r\4\0i\0\0\0J\0\0"..., 
132) = 132
futex(0x884c750, FUTEX_WAIT, 0, NULL)   = -1 EINTR (Interrupted system 
call)
--- SIGTERM (Terminated) @ 0 (0) ---
+++ killed by SIGTERM +++

--- End Message ---
--- Begin Message ---
Source: pornview
Source-Version: 0.2pre1-6

We believe that the bug you reported is fixed in the latest version of
pornview, which is due to be installed in the Debian FTP archive:

pornview_0.2pre1-6.diff.gz
  to pool/main/p/pornview/pornview_0.2pre1-6.diff.gz
pornview_0.2pre1-6.dsc
  to pool/main/p/pornview/pornview_0.2pre1-6.dsc
pornview_0.2pre1-6_i386.deb
  to pool/main/p/pornview/pornview_0.2pre1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 345100@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart R. Anderson <anderson@netsweng.com> (supplier of updated pornview package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 26 May 2006 08:17:31 -0400
Source: pornview
Binary: pornview
Architecture: source i386
Version: 0.2pre1-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Stuart R. Anderson <anderson@netsweng.com>
Description: 
 pornview   - Image and movie viewer/manager
Closes: 288202 345100 356736
Changes: 
 pornview (0.2pre1-6) unstable; urgency=low
 .
   * Fix a segv when starting up (Closes: #345100)
   * Tear down the xine instance in the reverse order that it was built to keep
     thread managment sane. (Closes: #288202)
   * The opengl xine plugin starts upa thread and uses XLockDisplay(). Avoid
     locking it in gtk_xine_realize() to prevent the hang on startup. This
     should be OK since the xine thread isn't created until after the display
     was unlocked anyway. If this ends up just moving the problem, a higher
     level lock may be needed. (Closes: #356736)
Files: 
 45b372be333ff70d5e8286555f8e6ad1 639 utils optional pornview_0.2pre1-6.dsc
 aa22b09f8553528d5c69392db412d5e2 5228 utils optional pornview_0.2pre1-6.diff.gz
 19323b68dacb6418d6a15dcba6d58e3e 235628 utils optional pornview_0.2pre1-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEfB9jKb5dImj9VJ8RAqucAJ9Vbf6RpUsjB7tP/Y4C24XtPhryMQCfWl6f
+FotHB7+MSq5ohwLNshoUNE=
=WIXL
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: