Re: Some bugs about command line parameters

From: Jens Axboe <jens.axboe_at_oracle.com>
Date: Thu, 19 Jul 2007 18:56:54 +0200

On Thu, Jul 19 2007, Erwan Velu wrote:
> Jens Axboe wrote:
>> OK, this is what you should do:
>>
>> $ ulimit -c100000000
>> $ ./fio ~/fio/asimplejob.fio ~/fio/asimplejob.fio
>>
>> that should generate a core of some sort, ls core* to see which one it
>> is. Lets say it's core.1234, then do
>>
>> $ gdb ./fio core.1234
>>
>> and run 'bt' from gdb to get a better backtrace.
>>
>> Thanks!
>>
>>
>
> As the patches sounds to fix the troubles, is this already needed ?

Nope, it's all good then! Thanks for testing and reporting.

-- 
Jens Axboe
Received on Thu Jul 19 2007 - 18:56:54 CEST

This archive was generated by hypermail 2.2.0 : Thu Jul 19 2007 - 19:00:01 CEST