From: Arkadiusz Miskiewicz <arekm@maven.pl>
To: linux-kernel@vger.kernel.org
Subject: cat /dev/snapshot == OOPs
Date: Sun, 10 Jun 2007 15:42:33 +0200 [thread overview]
Message-ID: <200706101542.33951.arekm@maven.pl> (raw)
Hello,
Is this desired behaviour?
$ sudo cat /dev/snapshot
ended with:
[54498.464550] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised:
dm-devel@redhat.com
[56592.077674] swsusp: Basic memory bitmaps created
[56592.084340] BUG: unable to handle kernel NULL pointer dereference at
virtual address 0000000c
[56592.084340] printing eip:
[56592.084340] c0135a6e
[56592.084340] *pde = 00000000
[56592.084340] Oops: 0000 [#1]
[56592.084340] Modules linked in: dm_snapshot dm_mod radeon drm binfmt_misc
ipv6 sch_sfq mmc_block rfcomm l2cap bluetooth ircomm_tty ircomm
cpufreq_ondemand acpi_cpufreq freq_table hdaps snd_pcm_oss snd_mixer_oss
video thermal processor fan container evdev button battery ac nvram
thinkpad_acpi hwmon backlight tun capability commoncap firewire_ohci
firewire_core crc_itu_t ahci pcmcia sdhci usbhid hid ff_memless ohci1394
mmc_core ata_generic ipw2200 ieee80211 ieee80211_crypt firmware_class
ieee1394 yenta_socket rsrc_nonstatic pcmcia_core nsc_ircc tg3 snd_hda_intel
generic i2c_i801 i2c_core ide_core snd_pcm snd_timer snd intel_agp iTCO_wdt
iTCO_vendor_support soundcore sr_mod psmouse agpgart snd_page_alloc serio_raw
uhci_hcd irda crc_ccitt ehci_hcd usbcore cdrom rtc_cmos rtc_core rtc_lib xfs
scsi_wait_scan sd_mod ata_piix libata scsi_mod
[56592.084340] CPU: 0
[56592.084340] EIP: 0060:[<c0135a6e>] Not tainted VLI
[56592.084340] EFLAGS: 00210206 (2.6.22-rc4 #70)
[56592.084340] EIP is at snapshot_read_next+0xcf/0x1d7
[56592.084340] eax: 00000000 ebx: d96fd200 ecx: c038e8f8 edx: e0688000
[56592.084340] esi: c031c462 edi: e0688186 ebp: ee42df5c esp: ee42df48
[56592.084340] ds: 007b es: 007b fs: 0000 gs: 0033 ss: 0068
[56592.084340] Process cat (pid: 22965, ti=ee42c000 task=c7d55480
task.ti=ee42c000)
[56592.084340] Stack: 00001000 c038e8f8 d96fd200 c038e8f8 0804e000 ee42df70
c0136ba5 d96fd200
[56592.084340] c0136b91 0804e000 ee42df90 c015b26b ee42df9c 00000006
00001000 d96fd200
[56592.084340] fffffff7 0804e000 ee42dfb0 c015b5d3 ee42df9c 00000000
00000000 00000000
[56592.084340] Call Trace:
[56592.084340] [<c0104a50>] show_trace_log_lvl+0x1a/0x2f
[56592.084340] [<c0104b00>] show_stack_log_lvl+0x9b/0xa3
[56592.084340] [<c0104cbc>] show_registers+0x1b4/0x286
[56592.084340] [<c0104e6d>] die+0xdf/0x1b1
[56592.084340] [<c01148a0>] do_page_fault+0x424/0x4f0
[56592.084340] [<c027f90a>] error_code+0x6a/0x70
[56592.084340] [<c0136ba5>] snapshot_read+0x14/0x48
[56592.084340] [<c015b26b>] vfs_read+0xad/0x15f
[56592.084340] [<c015b5d3>] sys_read+0x3d/0x61
[56592.084340] [<c0103b8a>] sysenter_past_esp+0x5f/0x85
[56592.084340] =======================
[56592.084340] Code: 03 05 b4 e8 38 c0 40 89 82 98 01 00 00 c1 e0 0c 89 82 9c
01 00 00 a1 a0 e8 38 c0 8b 4d f0 89 41 14 a1 b8 e8 38 c0 a3 c0 e8 38 c0 <8b>
40 0c c7 05 c8 e8 38 c0 00 00 00 00 c7 05 cc e8 38 c0 ff ff
[56592.084340] EIP: [<c0135a6e>] snapshot_read_next+0xcf/0x1d7 SS:ESP
0068:ee42df48
[56592.101007] swsusp: Basic memory bitmaps freed
that's on i686 with git tree with latest commit:
845a2fdcbd5bc5b9f652201ee95c825827a1d521
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
next reply other threads:[~2007-06-10 13:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-10 13:42 Arkadiusz Miskiewicz [this message]
2007-06-10 14:00 ` S.Çağlar Onur
2007-06-10 15:51 ` Björn Steinbrink
2007-06-10 17:33 ` Rafael J. Wysocki
2007-06-10 18:31 ` Arkadiusz Miskiewicz
2007-06-10 19:27 ` S.Çağlar Onur
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=200706101542.33951.arekm@maven.pl \
--to=arekm@maven.pl \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®