Comment 34 for bug 282756

Revision history for this message
Colin Watson (cjwatson) wrote :

This bug has now had five different reports and contains at least three different causes. Although I'm not sure what the original report was about, and can't find any record of it being fixed, it probably has gone away. There are at least two distinct remaining problems here, though.

The first problem is this tune2fs/cciss thing. I don't think it can be the same as bug 325947, because all the fixes applied as a result of that bug were in ubiquity as of version 1.11.14 where this was reported. Furthermore there are some suspicious ^M characters in the log, and of course there's the business of running tune2fs -l on the disk device rather than on the partition.

The second problem is the Kubuntu-specific crash on bFrame.removeWidget. This code does look wrong to me - I think it should be before_frame.layout().removeWidget(before_bar) etc. - but that code was contributed by Roman Shtylman so I'm checking with him before Just Fixing It.