Re: A lot warnings in dmesg while running thunderbird

2016-08-01 Thread Chris Mason
On 07/24/2016 08:36 PM, Dave Chinner wrote: On Fri, Jul 08, 2016 at 12:02:35PM -0400, Chris Mason wrote: Can you please run the attached test program: gcc -o short-write short-write.c -lpthread ./short-write some-new-file-on-btrfs Hi Chris, this seems like a useful thing to be testing on a

Re: A lot warnings in dmesg while running thunderbird

2016-07-24 Thread Dave Chinner
On Fri, Jul 08, 2016 at 12:02:35PM -0400, Chris Mason wrote: > Can you please run the attached test program: > > gcc -o short-write short-write.c -lpthread > ./short-write some-new-file-on-btrfs Hi Chris, this seems like a useful thing to be testing on a regular basis - can you turn this into an

Re: A lot warnings in dmesg while running thunderbird

2016-07-21 Thread Adam Borowski
On Thu, Jul 21, 2016 at 11:25:02PM +0200, Gabriel C wrote: > On 21.07.2016 14:56, Chris Mason wrote: > > On 07/20/2016 01:50 PM, Gabriel C wrote: > >> After 24h of running the program and thundirbird all is still fine here. > >> > >> I let it run one more day.. But looks very good. > >> > > > >

Re: A lot warnings in dmesg while running thunderbird

2016-07-21 Thread Gabriel C
On 21.07.2016 14:56, Chris Mason wrote: > On 07/20/2016 01:50 PM, Gabriel C wrote: >> >> After 24h of running the program and thundirbird all is still fine here. >> >> I let it run one more day.. But looks very good. >> > > Thanks for your time in helping to track this down. It'll go into the

Re: A lot warnings in dmesg while running thunderbird

2016-07-21 Thread Chris Mason
On 07/20/2016 01:50 PM, Gabriel C wrote: After 24h of running the program and thundirbird all is still fine here. I let it run one more day.. But looks very good. Thanks for your time in helping to track this down. It'll go into the next merge window and be cc'd to stable. -chris -- To

Re: A lot warnings in dmesg while running thunderbird

2016-07-20 Thread Gabriel C
On 20.07.2016 15:50, Chris Mason wrote: > > > On 07/19/2016 08:11 PM, Gabriel C wrote: >> >> >> On 19.07.2016 13:05, Chris Mason wrote: >>> On Mon, Jul 11, 2016 at 11:28:01AM +0530, Chandan Rajendra wrote: Hi Chris, I am able to reproduce the issue with the 'short-write'

Re: A lot warnings in dmesg while running thunderbird

2016-07-20 Thread Chris Mason
On 07/19/2016 08:11 PM, Gabriel C wrote: On 19.07.2016 13:05, Chris Mason wrote: On Mon, Jul 11, 2016 at 11:28:01AM +0530, Chandan Rajendra wrote: Hi Chris, I am able to reproduce the issue with the 'short-write' program. But before the call trace associated with btrfs_destroy_inode(), I

Re: A lot warnings in dmesg while running thunderbird

2016-07-19 Thread Gabriel C
On 19.07.2016 13:05, Chris Mason wrote: > On Mon, Jul 11, 2016 at 11:28:01AM +0530, Chandan Rajendra wrote: >> Hi Chris, >> >> I am able to reproduce the issue with the 'short-write' program. But before >> the call trace associated with btrfs_destroy_inode(), I see the following >> call >>

Re: A lot warnings in dmesg while running thunderbird

2016-07-19 Thread Chris Mason
On Mon, Jul 11, 2016 at 11:28:01AM +0530, Chandan Rajendra wrote: Hi Chris, I am able to reproduce the issue with the 'short-write' program. But before the call trace associated with btrfs_destroy_inode(), I see the following call trace ... [ cut here ] WARNING: CPU: 2

Re: A lot warnings in dmesg while running thunderbird

2016-07-15 Thread Chris Mason
On 07/15/2016 03:35 PM, Chris Mason wrote: On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the following : [ 6393.305675] WARNING: CPU: 6 PID: 5870 at fs/btrfs/inode.c:9306

Re: A lot warnings in dmesg while running thunderbird

2016-07-15 Thread Chris Mason
On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the following : [ 6393.305675] WARNING: CPU: 6 PID: 5870 at fs/btrfs/inode.c:9306 btrfs_destroy_inode+0x22e/0x2a0 [btrfs] Every time I've

Re: A lot warnings in dmesg while running thunderbird

2016-07-11 Thread Chris Mason
On Mon, Jul 11, 2016 at 11:28:01AM +0530, Chandan Rajendra wrote: On Friday, July 08, 2016 12:02:35 PM Chris Mason wrote: Can you please run the attached test program: gcc -o short-write short-write.c -lpthread ./short-write some-new-file-on-btrfs I want to see if you're triggering the same

Re: A lot warnings in dmesg while running thunderbird

2016-07-10 Thread Chandan Rajendra
On Friday, July 08, 2016 12:02:35 PM Chris Mason wrote: > > On 07/08/2016 11:02 AM, Gabriel C wrote: > > On 08.07.2016 14:41, Chris Mason wrote: > > > >> > >> > >> On 07/08/2016 05:57 AM, Gabriel C wrote: > >>> 2016-07-07 21:21 GMT+02:00 Chris Mason : > > > On

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Adam Borowski
On Fri, Jul 08, 2016 at 08:21:16PM +0200, Adam Borowski wrote: > On Fri, Jul 08, 2016 at 12:02:35PM -0400, Chris Mason wrote: > > On 07/08/2016 11:02 AM, Gabriel C wrote: > > > [btrfs_destroy_inode again] > > > Can you please run the attached test program: > > > > gcc -o short-write

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Duncan
Chris Mason posted on Fri, 08 Jul 2016 12:02:35 -0400 as excerpted: > Can you please run the attached test program: Umm... you want him to run it on the affected 4.6.x and late 4.7-rcs, not on the unaffected 4.5.x, correct? -- Duncan - List replies preferred. No HTML msgs. "Every nonfree

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Adam Borowski
On Fri, Jul 08, 2016 at 12:02:35PM -0400, Chris Mason wrote: > On 07/08/2016 11:02 AM, Gabriel C wrote: > > [btrfs_destroy_inode again] > Can you please run the attached test program: > > gcc -o short-write short-write.c -lpthread > ./short-write some-new-file-on-btrfs > > I want to see if

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Chris Mason
On 07/08/2016 11:02 AM, Gabriel C wrote: On 08.07.2016 14:41, Chris Mason wrote: On 07/08/2016 05:57 AM, Gabriel C wrote: 2016-07-07 21:21 GMT+02:00 Chris Mason : On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 (

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Gabriel C
On 08.07.2016 14:41, Chris Mason wrote: On 07/08/2016 05:57 AM, Gabriel C wrote: 2016-07-07 21:21 GMT+02:00 Chris Mason : On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Gabriel C
2016-07-08 14:41 GMT+02:00 Chris Mason : > > > On 07/08/2016 05:57 AM, Gabriel C wrote: >> >> 2016-07-07 21:21 GMT+02:00 Chris Mason : >>> >>> >>> >>> On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Chris Mason
On 07/08/2016 05:57 AM, Gabriel C wrote: 2016-07-07 21:21 GMT+02:00 Chris Mason : On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the following : I definitely thought we had

Re: A lot warnings in dmesg while running thunderbird

2016-07-08 Thread Gabriel C
2016-07-07 21:21 GMT+02:00 Chris Mason : > > > On 07/07/2016 06:24 AM, Gabriel C wrote: >> >> Hi, >> >> while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested >> other versions ) >> I trigger the following : > > > I definitely thought we had this fixed in v4.7-rc. Can

Re: A lot warnings in dmesg while running thunderbird

2016-07-07 Thread Chris Mason
On 07/07/2016 06:24 AM, Gabriel C wrote: Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the following : I definitely thought we had this fixed in v4.7-rc. Can you easily fsck this filesystem? Something strange is going on. -chris

A lot warnings in dmesg while running thunderbird

2016-07-07 Thread Gabriel C
Hi, while running thunderbird on linux 4.6.3 and 4.7.0-rc6 ( didn't tested other versions ) I trigger the following : [ 6393.305675] WARNING: CPU: 6 PID: 5870 at fs/btrfs/inode.c:9306 btrfs_destroy_inode+0x22e/0x2a0 [btrfs] [ 6393.305677] Modules linked in: fuse ufs qnx4 hfsplus hfs minix ntfs