[Mono-dev] Snapshot of stack

Greg Young gregoryyoung1 at gmail.com
Tue Mar 17 15:29:27 UTC 2015


Oo I didn't know that trick thats quite useful.

However it won't fix the scenario I am looking for.

1) I can't assure I have stdout of process.
2) I want to do this say 1000 times a second :)

There is stuff for doing this with the CLR and I know I can do it with
the profiler API it would just be nice to not have to do it through
the profiler api.

Cheers,

Greg

On Tue, Mar 17, 2015 at 5:17 PM, Rodrigo Kumpera <kumpera at gmail.com> wrote:
> kill -QUIT the target process
>
> On Mon, Mar 16, 2015 at 8:10 PM, Greg Young <gregoryyoung1 at gmail.com> wrote:
>>
>> To be clear I know I can do if installed as a profiler but would
>> prefer to do it from the outside
>>
>> On Tue, Mar 17, 2015 at 2:07 AM, Greg Young <gregoryyoung1 at gmail.com>
>> wrote:
>> > I generally know how to snapshot the stack from outside code in C but
>> > I am not quite sure how to translate mono methods like can be done in
>> > a few ways (like this
>> > http://blogs.msdn.com/b/jmstall/archive/2005/11/28/snapshot.aspx) on
>> > the clr. Is there any equivalent way of getting this information in
>> > mono?
>> >
>> > Cheers,
>> >
>> > Greg
>> >
>> > --
>> > Studying for the Turing test
>>
>>
>>
>> --
>> Studying for the Turing test
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>



-- 
Studying for the Turing test


More information about the Mono-devel-list mailing list