linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Issue with core dump
@ 2011-11-01 12:17 trisha yad
  2011-11-01 15:23 ` Oleg Nesterov
  0 siblings, 1 reply; 7+ messages in thread
From: trisha yad @ 2011-11-01 12:17 UTC (permalink / raw)
  To: linux-mm, Russell King - ARM Linux, linux-kernel, linux-mips,
	kamezawa.hiroyu, oleg, mhocko, rientjes, Andrew Morton,
	Konstantin Khlebnikov, KOSAKI Motohiro, Rafael J. Wysocki,
	Rusty Russell, Tejun Heo

Dear all,

I am running a multithreaded  application. So consider a global
variable x which is used by a, b and c thread.

In thread 'a' do abnormal operation(invalid memory access) and kernel
send signal kill to it. In the mean time Thread 'b' and Thread 'c'
got schedule and update
the variable x. when I got the core file, variable x  got updated, and
I am not  getting actual value that is present at time of crash of
thread a.
But In core file I got updated value of x. I want In core file exact
the same memory status as it at time of abnormal operation(invalid
memory access)

Is there any solution for such problem. ?

I want in core dump the same status  of memory as at time of abnormal
operation(invalid memory access).

Thanks

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-11-02 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 12:17 Issue with core dump trisha yad
2011-11-01 15:23 ` Oleg Nesterov
2011-11-01 15:59   ` Tejun Heo
2011-11-02  6:33   ` trisha yad
2011-11-02 11:30     ` Ralf Baechle
2011-11-02 15:31     ` Tejun Heo
2011-11-02 15:55       ` Oleg Nesterov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).