This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:15.94 GECKO(29315) !!!dbg!!! 0x7f5c65e3bb30 INIT 2147483651 | |
0:15.94 GECKO(29315) !!!dbg!!! 0x7f5c65e3bb30 RUN | |
0:16.01 GECKO(29315) !!!dbg!!! 0x7f5c65e3bb30 DESTROYED mWindow: 2147483651 windowId: 34 | |
0:16.10 GECKO(29315) !!!dbg!!! 0x7f5c65e3bb30 DESTROYED mWindow: 2147483651 windowId: 2147483653 <!!! | |
0:16.14 GECKO(29315) !!!dbg!!! 0x7f5c65e5d2e0 INIT 2147483652 | |
0:16.14 GECKO(29315) !!!dbg!!! 0x7f5c65e5d2e0 RUN | |
0:16.20 GECKO(29315) !!!dbg!!! 0x7f5c65e5d660 INIT 2147483653 <??? | |
0:16.20 GECKO(29315) !!!dbg!!! 0x7f5c65e5d660 RUN | |
0:25.74 GECKO(29315) !!!dbg!!! 0x7f5c65e3bb30 DESTRUCTOR 2147483651 | |
0:25.74 GECKO(29315) !!!dbg!!! 0x7f5c65e5d2e0 DESTRUCTOR 2147483652 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HG changeset patch | |
# User Ted Campbell <[email protected]> | |
# Date 0 0 | |
# Branch default | |
# Node ID 574ef3bd069f82d8a22da2313dc0c15832398def | |
# Parent 8e4a18a47c2f | |
Bug 1602530 - Add more asserts about bytecode structure. r?jorendorff | |
Depends on D58439 |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>TryChooser Syntax Builder</title> | |
<link href="jquery-ui.css" rel="stylesheet" type="text/css"> | |
<script type="text/javascript" src="jquery.min.js"></script> | |
<script type="text/javascript" src="trychooser.js"></script> | |
<link rel="shortcut icon" href="favicon.ico"> | |
<link rel="stylesheet" type="text/css" href="trychooser.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
haz: | |
platforms: | |
- linux64-haz,linux64-shell-haz | |
selector: syntax | |
upload_xdbs: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test1: | |
platforms: | |
- all | |
selector: syntax | |
talos: | |
- none | |
tests: | |
- all | |
upload_xdbs: true |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jeff wanted rubber stamps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Some options from https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Valgrind | |
LOGFILE=/tmp/vg.$$ | |
export G_SLICE=always-malloc | |
/usr/bin/valgrind --trace-children=yes --smc-check=all-non-file --vex-iropt-register-updates=allregs-at-mem-access --read-inline-info=yes --num-callers=50 --log-file=$LOGFILE --leak-check=full --fullpath-after=src/ "$@" | |
cp $LOGFILE vg.log | |
if grep -e 'ERROR SUMMARY: [^0]' $LOGFILE; then |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 ._1061.ext_data : _XExtData* | |
0 ._1061.private1 : _XPrivate* | |
0 ._106.exemplar : Int | |
0 ._106.key : Int | |
0 ._107.exemplar : Int | |
0 ._107.key : Int | |
0 ._109.exemplar : Int | |
0 ._109.key : Int | |
0 ._110.name : Int* | |
0 ._110.type : Int |