From chris.mason at oracle.com Thu May 1 07:09:05 2008 From: chris.mason at oracle.com (Chris Mason) Date: Thu, 1 May 2008 10:09:05 -0400 Subject: [Btrfs-users] btrfs v0.14: kernel BUG at /home/trey/btrfs-0.14/volumes.c:1453 In-Reply-To: <200804301821.41838.chris.mason@oracle.com> References: <1209579341.7121.40.camel@localhost.localdomain> <1209590205.6970.20.camel@localhost.localdomain> <200804301821.41838.chris.mason@oracle.com> Message-ID: <200805011009.05588.chris.mason@oracle.com> On Wednesday 30 April 2008, Chris Mason wrote: > On Wednesday 30 April 2008, Gabor MICSKO wrote: > > > Please send me image.tar, it should be very small. > > > > Please fetch from: > > > > http://mirror.hup.hu/~trey/image.tar > > > > BTW: this is a sandbox machine, i can give to you an ssh account if you > > wish. :) > > That might be best, the mount of the image file was supposed to oops just > like cciss/c0d0p3 ;) Ok, many thanks to Gabor for setting up a login for me. The problem is pretty embarassing, mkfs.c fails to init a variable before using it. Apparently I get lucky most of the time and it is zero. So, I'll push out a fix shortly and cut 0.15. Another question is why doesn't gcc send out warnings for this, it really should. Gabor, /root/btrfs/progs on your machine has the fix. Just run hg diff to see it. -chris