From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH] Fix syscall32 to supply 6th arg to syscal Date: Wed, 2 Oct 2013 16:57:33 -0400 Message-ID: <20131002205733.GA8531@redhat.com> References: <20131002151244.GA10872@redhat.com> <20131002164337.GA17276@redhat.com> <20131002181537.GA30862@redhat.com> <20131002204830.GA7803@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ildar Muslukhov Cc: trinity@vger.kernel.org On Wed, Oct 02, 2013 at 01:53:15PM -0700, Ildar Muslukhov wrote: > Got it. I wonder, what are the settings you running the trinity > yourself? Are you fuzzing all calls at the same time, or you limit > your self to a set or one function at a time? depends. if I'm not looking for anything specific, I'll just fire off scripts/test-multi.sh Once I've triggered something, I might narrow it down with more specific parameters (see scripts/find.sh) for eg. Also sometimes I'll add something like -x perf_event_open or the like to the scripts to avoid hitting certain bugs until they're fixed. Sometimes I'll remove the '-l off' if I want to try and pick through the logs after hitting a bug. Dave