Richard Lowe wrote: > Jürgen Keil <[EMAIL PROTECTED]> writes: > > > hg bundle is currently crashing for me - can anyone reproduce this? > > > > I've installed > > > > % hg version > > Mercurial Distributed SCM (version 1.0) > > > > > > I just pulled current onnv-gate bits (upto > changeset #7370) and tried to create > > a hg bundle for it, but it's crashing with a > "ValueError: the bz2 library has received > > wrong parameters" exception, like this: > > > > % cd onnv-gate > > % hg pull -e 'ssh -C' > > ... > > <pulls upto changeset 7370> > > ... > > > > I can't reproduce that here, no.
Interesting. I narrowed it down to changeset 7370. When I pull with -r 7369, the hg bundle works ok. When I add 7370 the hg bundle crashes. > Given you're creating the bundle in /tmp, what's the chances you don't > have enough space? The box has 8 GB physical ram and 6 GB swap, df reports 12 GB free space on /tmp. That can't be the explanation; 12 GB should be more than enough. I repeated the hg bundle, both with an UFS target and a ZFS target filesystem, and it crashes with exactly the same exception. One thing that looks strange with changeset 7370 is the author field, it lists a realname without a valid email address, and the realname is inside angle brackets: % hg log changeset: 7370:e94ec740675f tag: tip user: <Gerald Jelinek> <<<<<<<< no realname / bad email address ??? date: Tue Aug 19 07:17:07 2008 -0600 summary: 6733450 RFE: need more flexible hooks for mounting and booting a zone changeset: 7369:2d92536a8d73 user: Julian Pullen <[EMAIL PROTECTED]> date: Tue Aug 19 10:06:21 2008 +0100 summary: 6727286 libidmap should cache ID mappings changeset: 7368:96cdafddfbd6 user: dm120769 <[EMAIL PROTECTED]> date: Mon Aug 18 23:35:11 2008 -0700 summary: Added tag onnv_97 for changeset 57a71b725a3b changeset: 7367:57a71b725a3b tag: onnv_97 user: Brian Kuyper <[EMAIL PROTECTED]> date: Mon Aug 18 23:45:36 2008 -0500 summary: 6738119 SUNWmmsu is a "usr" package with both user and root bits ... This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org