Closed
Bug 495434
Opened 16 years ago
Closed 16 years ago
Need list of URLs from crash signature nanojit::LIns::isTramp()
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: aravind)
References
()
Details
I would like to get a list of URLs from people who've crashed at nanojit::LIns::isTramp() in the last two weeks or so.
http://crash-stats.mozilla.com/report/list?product=Firefox&version=Firefox%3A3.5b5pre&version=Firefox%3A3.5pre&version=Firefox%3A3.6a1pre&query_search=signature&query_type=contains&query=isTramp&date=&range_value=2&range_unit=weeks&do_query=1&signature=nanojit%3A%3ALIns%3A%3AisTramp%28%29
This affects blocker bug 493991 and it would be nice to get it done ASAP this morning.
Comment 1•16 years ago
|
||
select
uuid,
url
from reports
where
'2009-05-15' <= date_processed and date_processed <= '2009-05-29'
and signature = 'nanojit::LIns::isTramp()'
order by 2;
My dev database is not current (and updating right now would overwrite some of my work), so I cannot run this query for you. Since I don't have access to the production database, you'llhave to get someone in IT to run it.
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → server-ops
Severity: normal → critical
Component: Socorro → Server Operations
Product: Webtools → mozilla.org
QA Contact: socorro → mrz
Version: Trunk → other
Assignee | ||
Comment 2•16 years ago
|
||
I am not sure if its okay to attach the output with urls to this bug, so I am going to e-mail it to bsmedberg.
Assignee: server-ops → aravind
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
plz dump it in http://fs/public/SocorroExample/
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•