Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Bill McCloskey
|
f467a1aa00
|
Bug 662646 - Add API to register memory for inclusion in crash reports (r=ted)
|
2011-07-07 17:31:01 -07:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
timeless@mozdev.org
|
b4917f1bfe
|
Bug 587488 warning: CrashReporter::OOPDeinit() declared static but never defined [!IPC]
r=luser
|
2011-03-22 10:57:26 -04:00 |
|
Chris Leary
|
4e1d0a6b70
|
Merge mozilla-central and tracemonkey. (a=blockers)
|
2011-02-06 15:30:39 -08:00 |
|
Serge Gautherie
|
e3052feecb
|
Bug 626169 - [Win2k3 SDK] "nsExceptionHandler.cpp(739) : error C2065: 'MiniDumpWithFullMemoryInfo' : undeclared identifier"; (Av1) Match existing |ifdef XP_WIN32|, Add |#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN|.
r=ted.mielczarek a-2.0=benjamin.
|
2011-02-02 18:32:19 +01:00 |
|
Ted Mielczarek
|
ca8615b2f6
|
Fix whitespace from bug 620974
--HG--
extra : rebase_source : d8c83289d8f2b4e96363c69041c390d1053344c9
|
2011-01-28 11:28:10 -05:00 |
|
Rafael Ávila de Espíndola
|
c985ee8f47
|
Bug 623122 - CurrentThreadId does not have a return for an unreachable exit path (missing return); r=ted a=bsmedberg
--HG--
extra : rebase_source : a2f7b61192957dc32c1f85edf232d51431e64483
|
2011-01-21 14:12:21 -05:00 |
|
Ted Mielczarek
|
d19c6bec53
|
bug 620974 - add memory mapping info to Windows minidumps when we have a new enough dbghelp.dll. r+a=bsmedberg
--HG--
extra : rebase_source : 6e031939fefe0f36343a16a123552f0828203e1f
|
2011-01-12 14:13:52 -05:00 |
|
Ted Mielczarek
|
e31cb0b8f8
|
Backed out changeset cc4c72425f0e, bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
Didn't fix the actual bug, new patch being landed.
--HG--
extra : rebase_source : 83a7941aa4cdea46df724871cd2d2eefd157440a
|
2011-01-11 10:28:55 -05:00 |
|
Bill McCloskey
|
75013399cf
|
Bug 630288 - Reduce stack usage of MiniDumpCallback (r=ted)
|
2011-02-02 10:22:32 -08:00 |
|
Benjamin Smedberg
|
3b0ee8bb51
|
Bug 624835 - Exception handler ignores ::DebugBreak exceptions when it really shouldn't, r=ted a=blocker
--HG--
extra : rebase_source : 619ac4f326a67d114900691f6e61ca4a00a6f73d
|
2011-01-11 17:01:22 -05:00 |
|
Ted Mielczarek
|
82cfa6109b
|
bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
--HG--
extra : rebase_source : 2c6b3d8d209ff8f69cdf39491bf34758984e31c9
|
2010-12-23 14:18:31 -05:00 |
|
Timothy Nikkel
|
1e188a8d19
|
backed out f7a6e3530d99 (bug 620974) for xpcshell failure a=backout
|
2010-12-24 16:17:22 -06:00 |
|
Ted Mielczarek
|
6a08b14d55
|
bug 620974 - Add memory mapping info to Windows minidumps. r=timeless, a=gavin.sharp
--HG--
extra : rebase_source : f52d894e18fab175032256de9fb943caf327d7bc
|
2010-12-23 14:18:31 -05:00 |
|
Ted Mielczarek
|
23f5f6628b
|
bug 493779 - Report some memory information with Windows crash reports. r+a=bsmedberg
|
2010-12-15 11:35:44 -05:00 |
|
Brad Lassey
|
b5c424b242
|
bug 620811 - Crash on restarting fennec r=mwu a=stuart
|
2010-12-21 20:56:07 -05:00 |
|
Ted Mielczarek
|
160dda684f
|
bug 605832 - Remote AddLibraryMapping from the child process, and use the results for child process minidump generation. r=cjones a=blocking-fennec
|
2010-11-24 09:15:03 -05:00 |
|
Chris Jones
|
26ef32dbd5
|
Bug 607534: Avoid fd remap collisions. r=mwu a=blocking-fennec
|
2010-10-29 14:20:43 -05:00 |
|
Ted Mielczarek
|
e6d1723160
|
bug 603592 - Swap endianness on GUIDs when de-stringifying them. r=mwu, a=blocking-fennec
--HG--
extra : rebase_source : fef5970b706e352cf442526f3a419a76696b5413
|
2010-10-22 14:38:58 -04:00 |
|
Ted Mielczarek
|
23a9e742aa
|
bug 603592 - Add an API for the Android embedding to use to provide info about shared libraries mapped into anonymous mappings. r=mwu a=blocking-fennec
|
2010-10-19 15:05:47 -04:00 |
|
Ted Mielczarek
|
e230a1951b
|
bug 595171 - crashreporter glue for Android. r=blassey a=blocking-fennec
|
2010-10-13 14:27:44 -04:00 |
|
Josh Matthews
|
4bb279fbe6
|
Bug 603547 - Short-circuit annotation attempts if crash reporter is not enabled. r=bsmedberg a=blocking-fennec
--HG--
extra : rebase_source : d9e8d0eb0773e5a2922ef168f323020e801036b1
|
2010-10-13 21:47:43 -04:00 |
|
Ted Mielczarek
|
88e82600f3
|
Bug 600408 - Fix crashreporter launching code to launch correct architecture on OS X 10.5. r=josh a=blocking-beta7
|
2010-10-01 15:56:25 -04:00 |
|
Ted Mielczarek
|
c169279a76
|
bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
--HG--
extra : rebase_source : fef081b5b0fae828ecc0c2678d83787778dfc70d
|
2010-08-27 09:32:45 -04:00 |
|
Ted Mielczarek
|
491acee0d8
|
bug 559228 - Implement multi-process crash reporting on Mac. r=bsmedberg a=blocking
--HG--
extra : rebase_source : 83e8073a3c8e47f8fec39b123221f80db89941e7
|
2010-08-16 15:05:09 -04:00 |
|
Ted Mielczarek
|
96bb87cd24
|
bug 559228 - Update Breakpad to r652 (mozilla build system changes). r=bsmedberg a=blocking
--HG--
extra : rebase_source : a3aeb2907f6102abd1628387beed004e242f9c3b
|
2010-08-16 15:05:09 -04:00 |
|
Ted Mielczarek
|
62d2cf73fb
|
bug 584582 - XP_TTOA not null terminating strings on Linux. r=bsmedberg, a=blocking
|
2010-08-11 10:57:44 -04:00 |
|
L. David Baron
|
abd263a648
|
Backed out changeset fef97fa21915 (bug 584582) for causing compilation failures on Windows.
|
2010-08-11 12:25:55 -07:00 |
|
Ted Mielczarek
|
96fa6e482e
|
bug 584582 - XP_TTOA not null terminating strings on Linux. r=bsmedberg, a=blocking
--HG--
extra : rebase_source : 17a3fc38dc225906301ebb61a24bf3252634af92
|
2010-08-11 10:57:44 -04:00 |
|
Ted Mielczarek
|
a9eab9b0ab
|
bug 573290 - use libc / syscall wrappers for Linux in exception handler callback to avoid dynamic linker. rs=khuey a=fixing orange
|
2010-07-29 11:31:07 -04:00 |
|
Mark Finkle
|
279958c722
|
Bug 578952 - Page doesn't load when electrolysis is enabled (OS X bustage fix) [r=ted a=blocking-fennec:2.0a1+]
|
2010-07-23 11:24:52 -04:00 |
|
Chris Jones
|
16d9848b5f
|
Bug 578952 - Page doesn't load when electrolysis is enabled [r=ted a=blocking-fennec:2.0a1+]
|
2010-07-23 01:28:55 -05:00 |
|
Benjamin Smedberg
|
681cd4f679
|
But 573290 - Intermittent (and not so intermittent with bug 568691!) failure in test_crashreporter_crash.js: the minidump callback is calling open(), which enters the dynamic loader and trashes memory, specifically the .extra file data. r=ted
|
2010-06-29 13:19:09 -04:00 |
|
Josh Aas
|
d68bf6ec5b
|
Bustage fix for non-IPC crash reporter. b=542379
|
2010-06-20 23:04:31 -04:00 |
|
Josh Aas
|
30e05fb196
|
Add support for PrefSubmitReports in crash reporter's nsExceptionHandler on Mac OS X, which syncs with crash reporter client. Exposes crash submission pref in Firefox. b=542379 r=ted
|
2010-06-20 22:07:59 -04:00 |
|
Ted Mielczarek
|
59b56c5131
|
bug 563662 - FPU Exception filter crashes when we hit a pure virtual function call. r=bsmedberg
--HG--
extra : rebase_source : 34016adebf806015162553df71ad28879105e978
|
2010-05-04 15:34:55 -04:00 |
|
Chris Jones
|
1adcc7f5e1
|
Bug 557011: Ensure OOP crashreporter has been initialized on mac. r=bsmedberg
|
2010-04-12 15:47:47 -05:00 |
|
Chris Jones
|
77a1bed1cc
|
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg
|
2010-03-30 19:24:48 -05:00 |
|
Chris Jones
|
7c77dc07ff
|
Bug 555309, part 2: Allow a particular subprocess thread to be "blamed" in an OOP minidump. r=bsmedberg
|
2010-03-30 19:24:46 -05:00 |
|
Chris Jones
|
3b21dfdc4c
|
Bug 555309, part 1: Add a CrashReporter::CurrentThreadId interface. r=bsmedberg
|
2010-03-30 19:24:45 -05:00 |
|
Chris Jones
|
49b89002de
|
Stub out OOP crashreporter on OS X. b=555714 r=josh
|
2010-03-30 13:32:53 -04:00 |
|
Chris Jones
|
926e2f746f
|
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
|
2010-03-24 16:22:01 -05:00 |
|
Chris Jones
|
e5112c13c8
|
Bug 544936, part 3: Add a CrashReporter API to create a child/parent minidump pair with its own GUID. r=ted
|
2010-03-24 16:22:00 -05:00 |
|
Chris Jones
|
ecaab71939
|
Backed out changeset bda8efa53512
|
2010-03-18 21:01:10 -05:00 |
|
Chris Jones
|
a9301cdf81
|
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
|
2010-03-18 17:52:38 -05:00 |
|
Chris Jones
|
d7b8ead1aa
|
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
|
2010-03-18 17:52:36 -05:00 |
|
Benedict Hsieh
|
1426097ff2
|
Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted
|
2010-03-11 17:17:35 -08:00 |
|
Justin Dolske
|
fcf3ef6b6c
|
Bustage fix for bug 540532.
|
2010-02-09 18:11:08 -08:00 |
|
Justin Dolske
|
1f895f93b6
|
Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander
|
2010-02-09 17:05:32 -08:00 |
|
Justin Dolske
|
0763c9dd9f
|
Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted
|
2010-02-09 17:05:31 -08:00 |
|
Ted Mielczarek
|
7534f6eb66
|
Bug 541446 - sort out details of where OOP minidumps should wind up. r=benjamin
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify.xul => modules/plugin/test/mochitest/test_crash_notify_no_report.xul
|
2010-02-09 17:05:31 -08:00 |
|
Chris Jones
|
015f889fb9
|
Bug 539451: Clean up OOP crashreporter stuff in UnsetExceptionhandler(). r=luser
--HG--
extra : transplant_source : %3Dh%F4%CCMU%5B%BB%1B%98%10%94%B8%85p%1A%A5Dg%1B
|
2010-01-20 20:17:40 -06:00 |
|
Chris Jones
|
88b2d3c3d3
|
bug 539552 - keep track of child process minidumps, offer pid based lookup API, write out .extra data in child minidump callback. r=ted,bsmedberg
--HG--
extra : transplant_source : %C2x%AA%8C%9E%FF%05%9A%9A%86aw%09L%A1%FAQ%DATG
|
2010-01-14 17:38:00 -05:00 |
|
Benjamin Smedberg
|
0807858aa2
|
Followup to bug 516759 (multi-process crash reporting), make childCrashNotificationPipe a leaked char* instead of a leaked nsString, so that it doesn't show up in leakstats. r=ted (Filed bug 539451 as a followup.)
--HG--
extra : rebase_source : e143e12ea5babc78fd95bf799aff2920e1915481
|
2010-01-13 10:44:10 -05:00 |
|
Benjamin Smedberg
|
ba61a42882
|
Bug 539048 - Hacky temporary UI for sending plugin-process crash reports, r=ted
--HG--
extra : rebase_source : e66e568a174ba975c42006becb6397d55032c3e2
|
2010-01-11 15:13:12 -05:00 |
|
Chris Jones
|
59a83e0bee
|
Attempt to fix OS X builds by adding missing #ifdef MOZ_IPC guards.
--HG--
extra : rebase_source : c4ae62b242c0be38b43a55ef42ab98066395ccdb
|
2010-01-12 16:00:48 -06:00 |
|
Chris Jones
|
e8012b2b92
|
Bug 516759: Use OOP crash reporting in Gecko. r=luser
--HG--
extra : rebase_source : 1949d23a5ce0c15c266d9e67e6a6be7d650a51df
|
2010-01-12 15:14:38 -06:00 |
|
Benjamin Smedberg
|
ce70e43e79
|
Bug 538642 - Breakpad shouldn't treat FPU exceptions as crashes, and the FPU exception handler should chain correctly, r=ted
|
2010-01-11 13:16:20 -05:00 |
|
Benjamin Smedberg
|
0d265fb2ec
|
Bug 488596 - test_crashreporter.js crashes intermittently: delete the exception handler before freeing the data it references, landing as a bustage fix with presumed-r=ted
|
2009-07-23 11:23:19 -04:00 |
|
Ted Mielczarek
|
a8a9796d5c
|
bug 484033 - extend nsICrashReporter to allow crashreporter to be used without going through XRE_Main. r=bsmedberg
|
2009-04-02 11:41:12 -04:00 |
|
Daniel Holbert
|
2a7d88e05a
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Ted Mielczarek
|
fa07c18630
|
bug 444351 - do not send client UUID / GUID with crash reports. r=bsmedberg
|
2009-01-06 15:55:27 -05:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Josh Aas
|
83f26bfaf1
|
Include obj-c exception info in crash reports. b=451709 r=ted r=bent sr=roc
|
2008-08-28 00:41:38 -04:00 |
|
Ted Mielczarek
|
ac4c1af59a
|
bug 444103 - add ability to add string-formatted notes to crash report. r=bsmedberg
|
2008-07-27 13:08:03 -04:00 |
|
Ted Mielczarek
|
bda51179a0
|
Backed out changeset 297420bcddde (accidentally committed)
|
2008-07-25 16:58:40 -04:00 |
|
Ted Mielczarek
|
13c3031570
|
bug 444103 - add ability to add string-formatted notes to crash report
|
2008-07-25 16:54:41 -04:00 |
|
Ted Mielczarek
|
be5a66072a
|
bug 440634 - error passing DBCS settings path to crash reporter. r=bsmedberg
|
2008-06-24 16:15:35 -04:00 |
|
alfred.peng@sun.com
|
429f53c829
|
Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner.
|
2008-03-19 18:13:36 -07:00 |
|
surkov.alexander@gmail.com
|
4795c6f733
|
Bug 381049 - Pass swallowed crashes inside MSAA/IA2 methods to breakpad, patch=aaronlev, r=me, ted.mielczarek, sr=benjamin, a=dsicore
|
2008-02-08 18:40:47 -08:00 |
|
ted.mielczarek@gmail.com
|
b06cb414a7
|
bug 408729 - collect time since open stat. r=mento
|
2007-12-21 13:49:32 -08:00 |
|
ted.mielczarek@gmail.com
|
cfe43d328f
|
bug 407229 - Breakpad fails to send on Fedora F8 - modify first restart arg to remove -bin. r=bsmedberg
|
2007-12-21 11:40:39 -08:00 |
|
ted.mielczarek@gmail.com
|
d96ccf14c2
|
backing out bug 408729
|
2007-12-18 08:32:13 -08:00 |
|
ted.mielczarek@gmail.com
|
d6c0963d26
|
bug 408729 - annotate crash report with StartupTime. r=mento
|
2007-12-18 08:07:26 -08:00 |
|
ted.mielczarek@gmail.com
|
ea1e24c4ae
|
bug 407229 - breakpad fails to send on Fedora F8. r=bsmedberg
|
2007-12-10 10:47:29 -08:00 |
|
ted.mielczarek@gmail.com
|
4da777b049
|
bug 392609 - InitUserID() leaks ID string. r=bsmedberg
|
2007-11-12 10:53:52 -08:00 |
|
ted.mielczarek@gmail.com
|
eab8b48846
|
bug 397103 Rlk/Lk regression in crash reporter. r=dbaron a1.9=drivers
|
2007-10-24 17:37:18 -07:00 |
|
bent.mozilla@gmail.com
|
debee6d6f6
|
Bug 396209 - "Allow applications to specify a profile directory from application.ini". r=luser, a=bsmedberg. Also fixes bugs 396486, 396199, and 386164.
|
2007-09-26 11:35:21 -07:00 |
|
ted.mielczarek@gmail.com
|
c4903fcf1f
|
bug 390127 - non-ascii characters in profile names saved incorrectly, fix use of Append and GetNativePath in crashreporter code. r=bsmedberg
|
2007-09-15 06:39:05 -07:00 |
|
ted.mielczarek@gmail.com
|
dca4aeab83
|
fix bustage from bug 389550, wrong perms on directory create
|
2007-09-04 16:03:53 -07:00 |
|
ted.mielczarek@gmail.com
|
b38d8e4149
|
bug 389550 - SetupExtraData should create Crash Reports dir if it doesn't exist. r=bsmedberg
|
2007-09-04 13:38:38 -07:00 |
|
ted.mielczarek@gmail.com
|
e29f654df4
|
bug 376721 - send time-since-last-crash with crash report. r=bsmedberg/mento
|
2007-08-29 12:46:00 -07:00 |
|
ted.mielczarek@gmail.com
|
47628e82ad
|
bug 389548 - fixup from cvs copy (airbag -> crashreporter). also note that this renames the configure flag from --disable-airbag to --disable-crashreporter. r=bsmedberg
|
2007-08-08 08:19:57 -07:00 |
|
ted.mielczarek@gmail.com
|
8918693935
|
bug 376720 - send time-since-install with crash report
|
2007-07-24 18:06:15 -07:00 |
|
ted.mielczarek@gmail.com
|
e3ef96ac3e
|
bug 387551 - generate and send unique user id in crash reports. r=bsmedberg
|
2007-07-24 18:06:14 -07:00 |
|
ted.mielczarek@gmail.com
|
660714a1cc
|
bug 386632 - update to breakpad revision 195. r=mento (missed this file from the original checkin)
|
2007-07-24 18:06:13 -07:00 |
|
wr@rosenauer.org
|
165b016898
|
Bug 386959 - crashreporter gets wrong restart arguments for xulrunner apps, r=bsmedberg
|
2007-07-24 18:06:12 -07:00 |
|
dcamp@mozilla.com
|
56afa22e05
|
Bug 380540, add some includes in nsAirbagExceptionHandler.cpp. r=luser
|
2007-07-24 18:06:11 -07:00 |
|
benjamin@smedbergs.us
|
fb1dc063b2
|
Bug 383603 - Disable the crash-reporter hook entirely if MOZ_CRASHREPORTER_DISABLE is set, r=luser
|
2007-07-24 18:06:10 -07:00 |
|
ted.mielczarek@gmail.com
|
2ffb02953c
|
bug 382541 - Mozilla Crash Reporter supresses writing of Mac OS X crash log - short term workaround. r=mento
|
2007-07-24 18:06:09 -07:00 |
|
ted.mielczarek@gmail.com
|
8dd6326211
|
bug 382372 - crashreporter restart misses command line arguments. patch by Dave Camp <dcamp@mozilla.com>, r=me
|
2007-07-24 18:06:06 -07:00 |
|
benjamin@smedbergs.us
|
42c2cc0000
|
Bug 358082 - Improve Mac Crashreporter UI, patch by dcamp, r=luser+me
|
2007-07-24 18:06:05 -07:00 |
|
benjamin@smedbergs.us
|
6a388a31a3
|
Fix the path to launch the crashreporter on mac, which luser broke a couple days ago. Early checkin from bug 358082
|
2007-07-24 18:06:06 -07:00 |
|
ted.mielczarek@gmail.com
|
a2e65ebb52
|
crash reporter client not launching, fallout from bug 380541. r=bsmedberg (no bug)
|
2007-07-24 18:06:05 -07:00 |
|
ted.mielczarek@gmail.com
|
31f6279b0a
|
bug 380541 - build time logic to extract debug symbols on Linux - first cut at integrating Breakpad on Linux. r=mento
|
2007-07-24 18:06:04 -07:00 |
|
ted.mielczarek@gmail.com
|
4bc6e40dde
|
bug 380421 - get crash reporter params from nsXULAppInfo. r=bsmedberg
|
2007-07-24 18:06:03 -07:00 |
|
ted.mielczarek@gmail.com
|
12178fa55d
|
bug 379290 - add some environment variables to support use in automated testing - add MOZ_CRASHREPORTER_NO_REPORT. r=bsmedberg
|
2007-07-24 18:06:02 -07:00 |
|
sayrer@gmail.com
|
a77e85ccab
|
bug 379651. mac exception handler reads utf8 path into utf16 string. r=ted.mielczarek
|
2007-07-24 18:06:01 -07:00 |
|
benjamin@smedbergs.us
|
309bc7b84b
|
Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento
|
2007-07-24 18:06:00 -07:00 |
|