debugfs crashed with SIGFPE in ext2fs_open2()
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| e2fsprogs (Ubuntu) |
Invalid
|
Medium
|
Surbhi Palande | ||
Bug Description
Binary package hint: e2fsprogs
My filesystem crashed for unknown reason. While trying to fix it with fsck I reveived "Unsupported features..." message.
So according to forums I've tried to perform actions to disable them by tune2fs (no superblock found - no fix) and then with debugfs calling:
sudo debugfs -w -R "features ^resize_inode ^dir_index" /dev/sda5
This leads to:
Floating point exception (core dumped)
on terminal and Apport notification.
ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Tue Apr 20 16:54:36 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /sbin/debugfs
LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: e2fsprogs 1.41.9-1ubuntu3
ProcCmdline: debugfs -w -R features\ ^resize_inode\ ^dir_index /dev/sda5
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
Signal: 8
SourcePackage: e2fsprogs
StacktraceTop:
ext2fs_open2 () from /lib/libext2fs.so.2
ext2fs_open () from /lib/libext2fs.so.2
?? ()
?? ()
__libc_start_main () from /lib/tls/
Title: debugfs crashed with SIGFPE in ext2fs_open2()
Uname: Linux 2.6.31-14-generic i686
UserGroups:
| Changed in e2fsprogs (Ubuntu): | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| Changed in e2fsprogs (Ubuntu): | |
| assignee: | nobody → Surbhi Palande (csurbhi) |
| Changed in e2fsprogs (Ubuntu): | |
| status: | Confirmed → Incomplete |

Additional note:
All steps performed from Karmic Live CD. System on HDD is Jaunty (ext3 fs).
Apport suggest to upgrade some packages after first failure (libc6 and related). After sudo aptitude install <list of suggested packages> issue persists. This bug report comes from "upgraded" LiveCD.