Closed
Bug 536744
Opened 16 years ago
Closed 14 years ago
crash [@ __security_check_cookie | NS_EscapeURL]
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
crash [@ __security_check_cookie]
bp-cc084535-3d85-4b8b-8ead-d90322091223
0 xpcom_core.dll __security_check_cookie objdir-tb/mozilla/memory/jemalloc/src/intel/secchk.c:55
1 xpcom_core.dll NS_EscapeURL xpcom/io/nsEscape.cpp:476
2 thunderbird.exe nsRuleNode::GetListData layout/style/nsRuleNode.cpp:1458
3 thunderbird.exe nsCSSList::~nsCSSList layout/style/nsCSSStruct.cpp:304
4 xpcom_core.dll nsFixedCString::nsFixedCString xpcom/string/src/nsTString.cpp:82
5 thunderbird.exe nsStandardURL::nsSegmentEncoder::EncodeSegmentCount netwerk/base/src/nsStandardURL.cpp:208
6 thunderbird.exe nsStandardURL::BuildNormalizedSpec netwerk/base/src/nsStandardURL.cpp:481
7 thunderbird.exe nsStandardURL::SetSpec netwerk/base/src/nsStandardURL.cpp:1079
8 thunderbird.exe nsStandardURL::Init netwerk/base/src/nsStandardURL.cpp:2542
9 thunderbird.exe NewURI netwerk/protocol/http/src/nsHttpHandler.cpp:138
also occurs in FF, but different stack eg bp-1a77f853-7807-46ab-a1ef-b0b392091222
__security_check_cookie is basically a stack validator iirc, and roughly what it means is that a function that was recently called has friend the stack. essentially each caller to this is its own bug. so "no, the firefox thing is not related to this bug"
Signature __security_check_cookie
UUID cc084535-3d85-4b8b-8ead-d90322091223
Time 2009-12-23 09:32:53.309015
Uptime 11
Last Crash 16153 seconds before submission
Product Thunderbird
Version 3.0
Build ID 20091204171430
Branch 1.9.1
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info GenuineIntel family 6 model 8 stepping 3
Crash Reason EXCEPTION_ACCESS_VIOLATION
Crash Address 0xffffffffffffffff
User Comments
Processor Notes
Component: Security → XPCOM
Product: Thunderbird → Core
QA Contact: thunderbird → xpcom
Summary: crash [@ __security_check_cookie] → crash [@ __security_check_cookie | NS_EscapeURL]
Version: 3.0 → 1.9.1 Branch
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ __security_check_cookie | NS_EscapeURL]
| Reporter | ||
Comment 2•14 years ago
|
||
I don't see this on crash-stats
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•