public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Floating point exception by perf record
@ 2010-04-04  8:10 Hitoshi Mitake
  2010-04-05 18:31 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 6+ messages in thread
From: Hitoshi Mitake @ 2010-04-04  8:10 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Ingo Molnar, Paul Mackerras, Frederic Weisbecker, LKML


Hi Arnaldo,

I suffered a mysterious floating point exception when executing perf
on current tip/master.

For example,

% sudo ./perf lock record ./perf bench sched messaging
# Running sched/messaging benchmark...
# 20 sender and receiver processes per group
# 10 groups == 400 processes run

      Total time: 1.375 [sec]
[ perf record: Woken up 0 times to write data ]
[ perf record: Captured and wrote 160.002 MB perf.data (~6990599 samples) ]
[1]    26348 floating point exception  sudo ./perf lock record ./perf 
bench sched messaging

dmesg says that

[10212.752490] perf[26348] trap divide error ip:7fade8564310 
sp:7fff46d926e8 error:0 in libnewt.so.0.52.2[7fade8556000+15000]

Example is of perf lock, but this is not a special phenomenon of perf lock,
other users of perf record, like perf sched, caused the same problem.

I found that this might be caused by the line 283 of perf.c

	if (fclose(stdout)) # <- closing stdout!
		die("close failed on standard output: %s", strerror(errno));

I don't know well about libnewt, do you know something like cause?

The version of libnewt I'm using is 0.52.2 (default of Debian lenny)

Thanks,
	Hitoshi

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-08  7:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04  8:10 Floating point exception by perf record Hitoshi Mitake
2010-04-05 18:31 ` Arnaldo Carvalho de Melo
2010-04-07  8:32   ` Hitoshi Mitake
2010-04-07 10:38     ` Arnaldo Carvalho de Melo
2010-04-08  6:46       ` Hitoshi Mitake
2010-04-08  7:29         ` Hitoshi Mitake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox