segfault on the automatic collapsing step.

Bug #638533 reported by pablo maurin
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Meliae
New
Undecided
Unassigned

Bug Description

I have dump file that is causing a segfault on the automatic collapsing step.

The dump file was generated in my code as follows:

...
 214 from meliae import scanner
 215 self.l.info(" Start dumping ...")
 216 scanner.dump_all_object("meliae.dump")
 217 self.l.info(" End dumping")
...

Then when I try to open it:

>>> from meliae import scanner
>>> from meliae import loader
>>> om = loader.load('src11.dump')
loaded line 148754, 148755 objs, 17.3 / 17.3 MiB read in 3.7s
set parents 148754 / 148755
Segmentation fault 148755 collapsed 1305

Revision history for this message
pablo maurin (pablo-maurin) wrote :

dump file

Revision history for this message
Karl Palsson (ubuntu-tweak) wrote :

Happens for me as well,

>>> om = loader.load('test-data.dump')
loaded line 833090, 833091 objs, 77.5 / 77.5 MiB read in 14.4s
set parents 833090 / 833091
Segmentation fault 833091 collapsed 95397

Python 2.6.5, amd64, ubuntu 10.04. (dump file is 7meg bzipped, but can be attached if people want it) Meliae 0.3.0

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.