Re: Crash when copying from broken external hdd

2014-11-30 Thread Laurence Oberman
The BUG_ON is taken because blk_queued_rq(req)) returns true which means the request->queuelist is empty, i.e no more entries by the time the request is dereferenced Can I get the messages file entries (last 100 lines) just prior to the panic, not the whole file. If its large attach .gz and email

Re: Crash when copying from broken external hdd

2014-11-30 Thread Richard Weinberger
Am 30.11.2014 um 17:36 schrieb Simon Danner: > Hi, > here the two screenshots i could take, from 3.17.4 and 3.18 git. You're hitting BUG_ON(blk_queued_rq(req)); in blk_finish_request() Thanks, //richard > Thanks > Simon > > On Sun, 2014-11-30 at 10:58 -0500, Laurence Oberman wrote: >> I need mo

Re: Crash when copying from broken external hdd

2014-11-30 Thread Laurence Oberman
I need more of the stack if you have it, the screenshot is not attached. Thanks Laurence On Sun, Nov 30, 2014 at 6:11 AM, Richard Weinberger wrote: > On Sat, Nov 29, 2014 at 11:52 AM, Simon Danner wrote: >> Hello, >> i get the following crash after i try to copy files from a broken >> external h

Re: Crash when copying from broken external hdd

2014-11-30 Thread Richard Weinberger
On Sat, Nov 29, 2014 at 11:52 AM, Simon Danner wrote: > Hello, > i get the following crash after i try to copy files from a broken > external hdd to another external hdd. > It happens after a few minutes, with latest git and 3.17.4 from Arch. > Attached screenshot is from latest mainline git. > >