Граф коммитов

66 Коммитов

Автор SHA1 Сообщение Дата
reed@reedloden.com 0f9cea1185 Bug 411032 - Separate the warning levels so that GTK+ warnings will only assert on something that deserves an assertion [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-01-07 01:57:28 -08:00
dbaron@dbaron.org 5db8176c4c Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky 2007-08-10 14:29:37 -07:00
dbaron@dbaron.org c69f04c4b5 Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 14:28:22 -07:00
dbaron@dbaron.org a117c4b512 Correct earlier bustage fix so it actually works. b=381133 2007-06-12 11:24:32 -07:00
dbaron@dbaron.org a21e00bd0d Oops. 2007-05-23 09:33:12 -07:00
dbaron@dbaron.org 41e69638e8 Safer version check. 2007-05-23 09:15:19 -07:00
dbaron@dbaron.org 0000264e06 Fix includes and add glib version check. 2007-05-23 09:13:22 -07:00
dbaron@dbaron.org e866f8daa6 Hook into glib's logging function so we can get stacks for glib assertions/warnings. b=381133 r=bsmedberg 2007-05-23 08:55:36 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
reed%reedloden.com 6715331f05 Bug 411032 - Separate the warning levels so that GTK+ warnings will only assert on something that deserves an assertion [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-01-07 09:57:28 +00:00
dbaron%dbaron.org d9d01ad030 Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky 2007-08-10 21:32:50 +00:00
dbaron%dbaron.org 322b9b6ea1 Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 21:32:49 +00:00
dbaron%dbaron.org 1ee80badff Correct earlier bustage fix so it actually works. b=381133 2007-06-12 18:24:32 +00:00
dbaron%dbaron.org a42e35c332 Oops. 2007-05-23 16:33:12 +00:00
dbaron%dbaron.org 4c327b1d7e Safer version check. 2007-05-23 16:15:19 +00:00
dbaron%dbaron.org 0f9076bb88 Fix includes and add glib version check. 2007-05-23 16:13:22 +00:00
dbaron%dbaron.org acbaf1980a Hook into glib's logging function so we can get stacks for glib assertions/warnings. b=381133 r=bsmedberg 2007-05-23 15:55:36 +00:00
bryner%brianryner.com 393b5ff109 Enable stack trace on crash for x86_64 Linux (bug 346843). Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r+sr=me. 2006-08-06 18:48:14 +00:00
dbaron%dbaron.org 818a82a947 Do the crash-information dance for SIGFPE as well. b=333538 r+sr=bryner 2006-04-11 23:41:37 +00:00
kaie%kuix.de 46c403cf04 Backing out my previous experimental checkin. 2006-04-04 09:31:49 +00:00
kaie%kuix.de 60c16a5479 Temporarily installing a sighup for printing the stack, in the hope it will help us understand the test failures on tinderbox machines.
Will be backed out shortly.
r=jag
2006-04-04 09:08:52 +00:00
davel%mozilla.com f3e34bc5c4 Bug 324483 - in debug builds, we sleep 300 seconds to allow a developer
time to attach to the dying process with gdb.  This patch  adds code to
check the env var MOZ_GDB_SLEEP to specify a different duration.
2006-02-08 21:38:52 +00:00
timeless%mozdev.org 6b5993bb66 backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
2006-02-03 19:35:14 +00:00
wr%rosenauer.org 21ed6bb9ad Bug 323853 - JB_BP not exported by newer glibc (2.4), r=bsmedberg, sr=shaver 2006-01-25 05:46:27 +00:00
bugzilla%standard8.demon.co.uk b6d32234e5 Bug 306840 Improve PR_GetEnv() usages. (Av2) <XpFe/*> patch by Serge GAUTHERIE <gautheri@noos.fr> r=timeless,sr=neil.parkwaycc.co.uk 2005-12-22 17:57:13 +00:00
timeless%mozdev.org cf16aa1fcc Build bustage from bug 237745, caused by a typo.
nsXPFEComponentCID.h should be nsXPFEComponentsCID.h
2004-11-30 23:24:59 +00:00
bsmedberg%covad.net 3055933c27 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
timeless%mozdev.org dbf0c052a3 Bug 156632 useless call to PR_CurrentThread
patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin
2004-09-08 22:56:06 +00:00
gerv%gerv.net aa835b77c5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
amardare%qnx.com ee34daa4ac Changes for the QNX ( photon ) platform - it should not affect ( building/runtime ) other platforms.
Removed the munlockall() call.
2004-01-05 23:33:39 +00:00
chanial%noos.fr cf47340a57 bug 213158: fix mispelling s/attatch/attach
r/sr=dbaron
2003-07-20 21:08:42 +00:00
dbaron%dbaron.org 37be4aef51 Don't bother with strsignal on Linux, since the portability problems aren't worth it. b=177912 r=bryner sr=dmose 2003-06-01 20:18:18 +00:00
dbaron%dbaron.org 6c042bceb9 OK, we can't use __GLIBC_PREREQ, since some compilers report a parse error when it's not present. b=177912 2003-02-22 20:45:06 +00:00
dbaron%dbaron.org 17f65db91d Fix compilation problems for some people. b=177912 sr=bryner 2003-02-22 19:22:27 +00:00
dbaron%dbaron.org d1688f5365 Back out changes for bug 177912, since they broke an RH 7.x commercial tinderbox (and probably other similar build configurations). 2003-01-18 05:18:45 +00:00
dbaron%dbaron.org 07eb634d45 Possible fix for bustage on some machines. b=177912 2003-01-18 03:58:17 +00:00
dbaron%dbaron.org f9552edf63 Fix some reported compilation problems by including string.h with _GNU_SOURCE defined rather than prototyping strsignal ourselves. b=177912 sr=bryner 2003-01-17 23:44:17 +00:00
dougt%netscape.com 0ed09d1bf4 Enabling GRE support in the mozilla client. r=chak, sr=darin, b=173262 2003-01-16 19:25:47 +00:00
timeless%mac.com 44ef3cdbcc Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
danm%netscape.com a82218200b update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner 2002-08-24 18:58:19 +00:00
dbaron%fas.harvard.edu a6105d1231 Turn on Ramiro's code to stack-trace and suspend when we crash, for DEBUG builds. b=14989 r=bryner sr=brendan 2002-07-05 05:31:04 +00:00
darin%netscape.com 55860adc82 backing out unintended changes -- fixes OS/2 bustage, b=124042 2002-03-06 19:03:32 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
seawood%netscape.com c764fd69f0 Replace NTO with MOZ_WIDGET_PHOTON as necessary.
Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #119275 r=cls
2002-01-14 08:22:35 +00:00
dbaron%fas.harvard.edu 53da74a758 Fix up stacktrace-on-crash debugging code in preparation for turning it on by default. b=14989 r=bryner sr=brendan 2001-11-03 05:43:25 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
cls%seawood.org e36305c38e Change beos sighandler to get the nsAppShellService and call its shutdown function on SIGTERM rather than forcefully quitting the app.
Bug #99564 sr=alecf
2001-09-19 02:51:32 +00:00
cls%seawood.org 7602be41c9 Add signal handlers for BeOS so tinderbox scripts can run tests.
Add use of BApplication to viewer.
Bug 92381 r=timeless a=blizzard
2001-07-27 22:16:33 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 4804270601 Fixed FPRINTF => PRINTF 2000-10-28 04:15:35 +00:00