Hi Frank On Tue, 14 Jun 2005 06:50:39 +0200, Frank Wein wrote > http://ooo.ximian.com/lxr/source/porting/crashrep/source/ which
The code you found sends the crashreport email to a server address which is defined during the build. The server can record and analyse crash reports from large numbers of users but probably no person looks at the individual emails. >http://www.oooforum.org/forum/viewtopic.phtml?p=81013&sid=7f6fb44658a485c1aca309fab6f9f397#81013. > Now how do you get a complete stacktrace out of it (with function > names, etc.) Notice the lines starting with ordinal=" You may demangle those symbols with c++filt for example: [EMAIL PROTECTED]:~/ooo$ c++filt _ZN9ScCellObj13SetValue_ImplEd ScCellObj::SetValue_Impl(double) I guess the stacktrace is generated by signal.c see here: http://ooo.ximian.com/lxr/source/porting/sal/osl/unx/signal.c hope that helps, jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
