Debian Bug report logs - #390313
chromium: Does not respect kill signals

version graph

Package: chromium; Maintainer for chromium is Debian Chromium Team <chromium@packages.debian.org>; Source for chromium is src:chromium (PTS, buildd, popcon).

Reported by: Thue Janus Kristensen <thuejk@gmail.com>

Date: Sat, 30 Sep 2006 11:48:26 UTC

Severity: normal

Tags: patch

Found in version chromium/0.9.12-12

Fixed in version chromium/0.9.12-13

Done: Sam Hocevar (Debian packages) <sam+deb@zoy.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#390313; Package chromium. (full text, mbox, link).


Acknowledgement sent to Thue Janus Kristensen <thuejk@gmail.com>:
New Bug report received and forwarded. Copy sent to Mike Furr <mfurr@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Thue Janus Kristensen <thuejk@gmail.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: chromium: Does not respect kill signals
Date: Sat, 30 Sep 2006 13:33:53 +0200
Package: chromium
Version: 0.9.12-12
Severity: normal

Running Chromium in a window, clicking the window manager close button has no efefct. Sending a kill signal from a shell also has no effect.

kill -9 did work, however :).

Regards, Thue

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages chromium depends on:
ii  chromium-data      0.9.12-2              Data pack for chromium
ii  libalut0           1.0.1-1               OpenAL Utility Toolkit
ii  libc6              2.3.6.ds1-4           GNU C Library: Shared libraries
ii  libgcc1            1:4.1.1-14            GCC support library
ii  libgl1-mesa-glx [l 6.5.1-0.1             A free implementation of the OpenG
ii  libglpng           1.45-3                PNG loader for OpenGL
ii  libglu1-mesa [libg 6.5.1-0.1             The OpenGL utility library (GLU)
ii  libglu1-xorg       1:7.1.0-1             transitional package for Debian et
ii  libopenal0a        1:0.0.8-1             OpenAL is a portable library for 3
ii  libsdl1.2debian    1.2.11-3              Simple DirectMedia Layer
ii  libsmpeg0          0.4.5+cvs20030824-1.9 SDL MPEG Player Library - shared l
ii  libstdc++6         4.1.1-14              The GNU Standard C++ Library v3
ii  xlibmesa-gl        1:7.1.0-1             transitional package for Debian et

chromium recommends no packages.

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#390313; Package chromium. (full text, mbox, link).


Acknowledgement sent to Brandon Barnes <winterknight@nerdshack.com>:
Extra info received and forwarded to list. Copy sent to Mike Furr <mfurr@debian.org>. (full text, mbox, link).


Message #10 received at 390313@bugs.debian.org (full text, mbox, reply):

From: Brandon Barnes <winterknight@nerdshack.com>
To: 390313@bugs.debian.org
Subject: Fixed this one.
Date: Sat, 24 Feb 2007 00:04:57 -0800
tags 390313 patch
stop

Here's the patch:

--- MainSDL_Event.cpp.orig	2007-02-24 00:00:52.000000000 -0800
+++ MainSDL_Event.cpp	2007-02-23 23:55:25.000000000 -0800
@@ -71,6 +71,8 @@
 		case SDL_JOYBUTTONUP:
 			joystickButtonUp(event);
 			break;
+		case SDL_QUIT:
+			return true; // return "yes, we're done now."
 		default:
 			break;
 	}

-Brandon



Tags added: patch Request was from Brandon Barnes <winterknight@nerdshack.com> to control@bugs.debian.org. (full text, mbox, link).


Reply sent to Sam Hocevar (Debian packages) <sam+deb@zoy.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Thue Janus Kristensen <thuejk@gmail.com>:
Bug acknowledged by developer. (full text, mbox, link).


Message #17 received at 390313-close@bugs.debian.org (full text, mbox, reply):

From: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
To: 390313-close@bugs.debian.org
Subject: Bug#390313: fixed in chromium 0.9.12-13
Date: Fri, 06 Apr 2007 21:17:02 +0000
Source: chromium
Source-Version: 0.9.12-13

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

chromium_0.9.12-13.diff.gz
  to pool/main/c/chromium/chromium_0.9.12-13.diff.gz
chromium_0.9.12-13.dsc
  to pool/main/c/chromium/chromium_0.9.12-13.dsc
chromium_0.9.12-13_i386.deb
  to pool/main/c/chromium/chromium_0.9.12-13_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 390313@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <sam+deb@zoy.org> (supplier of updated chromium 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, 06 Apr 2007 21:05:35 +0200
Source: chromium
Binary: chromium
Architecture: source i386
Version: 0.9.12-13
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Description: 
 chromium   - fast paced, arcade-style, scrolling space shooter
Closes: 364276 390313 411614 417805
Changes: 
 chromium (0.9.12-13) unstable; urgency=low
 .
   * New maintainer (Closes: #417805).
   * Use quilt instead of dpatch.
   * debian/control:
     + Set maintainer to the Debian Games Team.
     + Set policy to 3.7.2.
     + Added Vcs fields.
     + Uncapitalised short description.
   * debian/compat:
     + Set level to 5.
   * debian/chromium.desktop:
     + Added Ubuntu’s .desktop, thanks to Reinhard Tartler (Closes: #364276).
 .
   * 05_wall_flag.diff:
     + New patch. Add -Wall -W -g to the build flags.
 .
   * debian/patches/35_powerup_crash.diff:
     + Fix a crash in the powerhup handling, courtesy of Brandon Barne
       (Closes: #411614).
 .
   * debian/patches/40_sdl_quit.diff:
     + Honour SDL_QUIT, courtesy of Thue Janus Kristensen (Closes: #390313).
Files: 
 60e8bf4a84c8afcf910231ad348aca11 957 games optional chromium_0.9.12-13.dsc
 ff034589bafd844bfff8bb827de097f0 15773 games optional chromium_0.9.12-13.diff.gz
 46c70bcf452f434b324d62109ef2c9fe 112640 games optional chromium_0.9.12-13_i386.deb

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

iD8DBQFGFrPPfPP1rylJn2ERAlC3AJ4/uSGiu3yqWGbnmAHcTWzZpzDXVwCgg/L7
rgaZocfim1NipdiXQ6Gsh0o=
=ncM+
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 24 Jun 2007 15:56:52 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 12:38:19 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.