Processed: Re: Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 640974 linux-image-2.6.32-5-amd64
Bug #640974 [popularity-contest] After installing linux-image-2.6.32-35squeeze1 
popularity-contest daily cronjob gets killed
Bug reassigned from package 'popularity-contest' to 
'linux-image-2.6.32-5-amd64'.
Bug No longer marked as found in versions popularity-contest/1.49.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
640974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13158413436625.transcr...@bugs.debian.org



Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Jonathan Nieder
Hi Alexander,

Alexander Fortin wrote:

 This I what I get when I run /etc/cron.daily/popularity-contest:

 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] Oops:  [#5] SMP

 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] last sysfs file: 
 /sys/devices/pci:00/:00:01.1/host0/target0:0:1/0:0:1:0/block/sdb/stat
[...]

Thanks for reporting it.  Basic questions:

 - is this reproducible?
 - did it always happen, or did it only start happening after a
   kernel upgrade, and in the latter case, what were the last
   working and first broken versions?  (The history of installed 
   kernel image packages is in /var/log/dpkg.log*.)
 - Could you attach the output of

/usr/share/bug/linux-image-$(uname -r)/script 31

   (which lets us get to know your hardware and drivers), plus
   the output of dmesg after triggering the bug (which includes a
   fuller trace)?

Hope that helps,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110912154011.GA26867@elie



Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Ben Hutchings
On Fri, Sep 09, 2011 at 08:55:31AM +0200, Alexander Fortin wrote:
 Package: popularity-contest
 Version: 1.49
 Severity: normal
 
 This I what I get when I run /etc/cron.daily/popularity-contest:
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] Oops:  [#5] SMP
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] last sysfs file: 
 /sys/devices/pci:00/:00:01.1/host0/target0:0:1/0:0:1:0/block/sdb/stat
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] Stack:
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] Call Trace:
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] Code: 48 89 df e8 e3 c2 f1 ff 31 c0 40 84 ed 49 0f 45 
 c4 5b 5d 41 5c c3 55 53 48 83 ec 08 48 85 f6 48 8b 6f 60 74 1a 48 3b 75 10 74 
 14 48 8b 1e 48 8d 7b 60 e8 dd 86 f3 ff 48 89 df e8 ac c2 f1 ff 48
 
 Message from syslogd@asimov at Sep  9 08:49:07 ...
  kernel:[41285.840016] CR2: fff3
 Killed
[...]

Most of the call trace is missing, but the last line strongly
suggests this is the regression that has just been fixed in
2.6.32-35squeeze2.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110912154239.ga18...@decadent.org.uk



Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Jonathan Nieder
Alexander Fortin wrote:

 [66878.232276] BUG: unable to handle kernel paging request at fff3
 [66878.232309] IP: [8112f98d] m_stop+0x15/0x4c

Yep, that's the bug described at http://bugs.debian.org/640966 that
Ben mentioned (fixed by upstream patch 76597cd31470 proc: fix oops
on invalid /proc/pid/maps access which was included in
2.6.32-35squeeze2).  Thanks for checking.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110912161717.GA2@elie



Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Alexander Fortin

On 09/12/2011 06:17 PM, Jonathan Nieder wrote:

Yep, that's the bug described athttp://bugs.debian.org/640966  that
Ben mentioned (fixed by upstream patch 76597cd31470 proc: fix oops
on invalid/proc/pid/maps access which was included in
2.6.32-35squeeze2).  Thanks for checking.


Thank you guys!

--
Alexander Fortin
http://about.me/alexanderfortin/



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e6e30fd.1060...@gmail.com



Bug#640974: After installing linux-image-2.6.32-35squeeze1 popularity-contest daily cronjob gets killed

2011-09-12 Thread Bill Allombert
On Mon, Sep 12, 2011 at 11:17:17AM -0500, Jonathan Nieder wrote:
 Alexander Fortin wrote:
 
  [66878.232276] BUG: unable to handle kernel paging request at 
  fff3
  [66878.232309] IP: [8112f98d] m_stop+0x15/0x4c
 
 Yep, that's the bug described at http://bugs.debian.org/640966 that
 Ben mentioned (fixed by upstream patch 76597cd31470 proc: fix oops
 on invalid /proc/pid/maps access which was included in
 2.6.32-35squeeze2).  Thanks for checking.

I like to add that popularity-contest does
...
  open MAPS, /proc/$_/maps or next;
...
so this bug is a time bomb for popcon users. 
Glad you fixed it already!

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110912211800.GA6136@yellowpig