Advertisement
therube

Untitled

Jan 28th, 2011
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. <therube> hi. often times (not always) when i have a crash, the crash reports don't return any information back to me.
  2. <therube> they'll go into a "Fetching this archived report will take 30 seconds to 5 minutes" loop, only to eventually return "Oh noes" (or something like that).
  3. <therube> how to i get to see my crash reports?
  4. <rhelmer> therube: do you mean the mozilla-hosted crash-stats, or your own socorro install?
  5. <therube> rhelmer: mozilla (seamonkey)
  6. <rhelmer> therube: that could mean that the crashes you are trying to pull up can't be processed.. can you give me an example URL to crash-stats?
  7. <therube> like: http://crash-stats.mozilla.com/report/pending/4f7c5277-c1b8-4022-aa9f-1e9902110127
  8. <rhelmer> therube: or just the crash ID
  9. <firebot> therube: http://crash-stats.mozilla.com/report/index/4f7c5277-c1b8-4022-aa9f-1e9902110127
  10. <rhelmer> therube: yeah so I get this message, I think we don't always show it consistently but this is the problem - http://rhelmer.pastebin.mozilla.org/996919
  11. <rhelmer> therube: there's a bug on this, the UI should be better.. basically what happened is breakpad minidump_stackwalk can't understand that crash, so we aren't able to process it
  12. <rhelmer> it can't figure out which thread actually crashed :/
  13. <deinspanjer> 150 connections now
  14. <rhelmer> mpt-collectors are pushing a little over 10MB/s ... woo
  15. <therube> rhelmer: ah, gotcha. so nothing to be returned, so it returns nothing.
  16. <therube> ok thanks.
  17. <rhelmer> therube: yeah, I think it's exactly what we've been discussing in bug 572174
  18. <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=572174 cri, --, 1.7.7, rhelmer, NEW, Every Camino 2.0.3 "null signature" crash since 11 Jun is missing the actual report
  19. <rhelmer> therube: really the UI needs to be more clear, and just show you what it can. do you have access to raw crash dumps?
  20. <rhelmer> therube: if so, you can pull that and look at it yourself, or at least get the info the user submitted at crash time
  21. <therube> rhelmer: yes. i did take a quick look & saw some textual data, so figured i might be able to do something with it.
  22. <rhelmer> therube: yeah you can get the original form submission data as json with e.g. https://crash-stats.mozilla.com/rawdumps/4f7c5277-c1b8-4022-aa9f-1e9902110127.json
  23. <firebot> rhelmer: http://crash-stats.mozilla.com/report/index/4f7c5277-c1b8-4022-aa9f-1e9902110127
  24. <rhelmer> and the dump with replacing .json with .dump, although that's probably not useful if stackwalk can't grok it
  25. <rhelmer> the user might have typed in some useful info though
  26. <rhelmer> therube: anyway I think we'll either break out into a separate bug, or morph that bug into "make the UI show something more useful than the oh noes screen when processing fails" :)
  27. <rhelmer> hope that helps
  28. <therube> rhelmer: the "user" is me :-). in order to use http://crash-... needs a login. yes that helps, thanks.
  29. <rhelmer> therube: ah yeah that's what I was wondering when I asked if you had access to raw data
  30. <therube> oh.
  31. <rhelmer> therube: thought you meant "your crash", like you put the code there that crashed :P
  32. <therube> oh no. definitely not that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement