Bug 105793 - cfdisk crashes while reading the partition table
Summary: cfdisk crashes while reading the partition table
Status: RESOLVED DUPLICATE of bug 66020
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 10:26 UTC by Marcus Rückert
Modified: 2005-08-22 14:54 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
strace of cfdisk (1.58 KB, text/plain)
2005-08-19 10:27 UTC, Marcus Rückert
Details
ltrace log (1.58 KB, text/plain)
2005-08-19 10:28 UTC, Marcus Rückert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Rückert 2005-08-19 10:26:58 UTC
informations i can give:
1. IBM 60GB drive. dmesg excerpt:
[[[
hda: IC35L060AVER07-0, ATA DISK drive
hda: max request size: 128KiB
hda: 120103200 sectors (61492 MB) w/1916KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
 hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 hda9 >
]]]

2. yast warns about "disk is part of a raid". it was, but isnt anymore. I cant 
reset the whole partition table at the moment as my reiser4 partitions are not 
readable with 10.0.

3. fdisk -l works fine.
[[[
$ fdisk -l /dev/hda

Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1         128     1028128+  82  Linux swap / Solaris
/dev/hda2   *         129        2217    16779892+  83  Linux
/dev/hda3            2218        3784    12586927+  83  Linux
/dev/hda4            3785        7476    29655990    f  W95 Ext'd (LBA)
/dev/hda5            3785        4828     8385898+  83  Linux
/dev/hda6            4829        5350     4192933+  83  Linux
/dev/hda7            5351        5611     2096451   83  Linux
/dev/hda8            5612        5739     1028128+  83  Linux
]]]
  
the partitioning on the disk was generated with 9.3 betas.

strace and ltrace logs are attached. gdb didnt give any useful informations. not 
even with debug symbols for util-linux installed.
Comment 1 Marcus Rückert 2005-08-19 10:27:35 UTC
Created attachment 46669 [details]
strace of cfdisk
Comment 2 Marcus Rückert 2005-08-19 10:28:00 UTC
Created attachment 46670 [details]
ltrace log
Comment 3 Andreas Schwab 2005-08-22 14:54:14 UTC

*** This bug has been marked as a duplicate of 66020 ***