Skip to content

Instantly share code, notes, and snippets.

View richardlau's full-sized avatar
🌴
Back 7 May 2024

Richard Lau richardlau

🌴
Back 7 May 2024
View GitHub Profile
@richardlau
richardlau / after.plugins.txt
Last active March 10, 2023 19:34
20230310 jenkins update
ace-editor.jpi
Long-Name: JavaScript GUI Lib: ACE Editor bundle plugin
Plugin-Version: 1.1
Short-Name: ace-editor
---
adaptive-disconnector.jpi
Long-Name: Adaptive Disconnector Plugin
Plugin-Version: 0.2
Short-Name: adaptive-disconnector
---
@richardlau
richardlau / distro-kernel-glibc.md
Last active March 22, 2022 17:24
Linux distributions to kernel and glibc versions map
Distro kernel glibc
CentOS 7 3.10 2.17
Debian 9 4.9.30 2.24
Debian 10 4.9.118 2.28
Debian 11 5.10.84 2.31
RHEL 7 3.10 2.17
RHEL 8 4.18 2.28
Ubuntu 18.04 4.15 2.27
Ubuntu 20.04 5.4 2.31
@richardlau
richardlau / v14.17.4 audit.md
Last active July 22, 2021 15:44
npx branch-diff v14.x-staging v16.4.2 --exclude-label=semver-major,semver-minor,dont-land-on-v14.x,backport-requested-v14.x,backport-blocked-v14.x,backported-to-v14.x,backport-open-v14.x --filter-release --format=simple

  • [5f51729014] - bootstrap: move event loop handle checking into snapshot builder (Joyee Cheung) nodejs/node#39007
  • [9d100aa269] - bootstrap: split NodeMainInstance::Run() (Joyee Cheung) nodejs/node#39007
  • [1afff98805] - doc: fix typos (bl-ue) nodejs/node#39049
  • [1e8bdab581] - debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js (Rich Trott) nodejs/node#39024
  • [3d7892ef39] - errors: add ERR_DEBUGGER_STARTUP_ERROR (Rich Trott) nodejs/node#39024
  • [b43cb69fbb] - debugger: use error codes in debugger REPL (Rich Trott) nodejs/node#39024
  • [dc9218136b] - debugger: use ERR_DEBUGGER_ERROR in debugger client (Rich Trott) nodejs/node#39024
  • [631856ea32] - errors: add ERR_DEBUGGER_ERROR (Rich Trott) nodejs/node#39024
  • [cf9d686c35] - crypto: fix aes crash when tag length too small (Khaidi Chu) https://github.com/nodejs
@richardlau
richardlau / setup-wix.md
Last active July 2, 2021 15:19
Setting up WiX... the hard way

Setting up WiX... the hard way

Background

WiX Toolset is used to build .msi installers for Node.js. The usual way to install WiX is to download and run the installer. This requires .NET Framework 3.5.1. Attempting to install without that results in:

WiX Toolset requires the .NET Framework 3.5.1 Windows feature to be enabled.
@richardlau
richardlau / build.log
Created December 21, 2018 15:43
`vcbuild.bat dll release openssl-no-asm`
Looking for Python 2.x
Looking for Visual Studio 2017
Found MSVS version 15.0
configure --with-ltcg --shared --dest-cpu=x64 --openssl-no-asm
WARNING: --openssl-no-asm will result in binaries that do not take advantage
of modern CPU cryptographic instructions and will therefore be slower.
Please refer to BUILDING.md
WARNING: warnings were emitted in the configure phase
Warning: Missing input files:
tools\msvs\genfiles\node_etw_provider.rc
@richardlau
richardlau / build.log
Created December 20, 2018 17:37
node-report build failure on Node.js master (v12.0.0-nightly20181220e5966ef60c)
12:10:06 + cd node-report
12:10:06 + [ master != master ]
12:10:06 + npm install
12:10:06 npm WARN npm npm does not support Node.js v12.0.0-nightly20181220e5966ef60c
12:10:06 npm WARN npm You should probably upgrade to a newer version of node as we
12:10:06 npm WARN npm can't make any promises that npm will work with this version.
12:10:06 npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
12:10:06 npm WARN npm You can find the latest version at https://nodejs.org/
12:10:10 npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
12:10:10 npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
@richardlau
richardlau / node-report.20181213.142257.113738.001.txt
Created December 13, 2018 19:28
node-report from `node -r . -e 'throw new Error()'`
================================================================================
==== Node Report ===============================================================
Event: exception, location: "OnUncaughtException"
Filename: node-report.20181213.142257.113738.001.txt
Dump event time: 2018/12/13 14:22:57
Module load time: 2018/12/13 14:22:57
Process ID: 113738
Command line: node -r . -e throw new Error()
@richardlau
richardlau / pr24876.txt
Created December 12, 2018 16:48
./tools/test.py --worker parallel/test-cluster-dgram-bind-fd
-bash-4.2$ ./tools/test.py --worker parallel/test-cluster-dgram-bind-fd
=== release test-cluster-dgram-bind-fd ===
Path: parallel/test-cluster-dgram-bind-fd
Module {
id:
'/home/users/riclau/sandbox/github/nodejs/test/common/index.js',
exports: {},
parent:
Module {
id: '.',
@richardlau
richardlau / build.log
Created November 9, 2018 18:39
Compilation errors on master
C:\work\node\github\node>vcbuild projgen openssl-no-asm release
Looking for Python 2.x
Looking for Visual Studio 2017
Found MSVS version 15.0
configure --with-ltcg --dest-cpu=x64 --openssl-no-asm
WARNING: --openssl-no-asm will result in binaries that do not take advantage
of modern CPU cryptographic instructions and will therefore be slower.
Please refer to BUILDING.md
WARNING: warnings were emitted in the configure phase
Project files generated.
@richardlau
richardlau / NodeReport.20161028.145341.75227.001.txt
Last active October 28, 2016 18:58
nodereport test 3 fails
================================================================================
==== NodeReport ================================================================
Event: Allocation failed - JavaScript heap out of memory, location: "CALL_AND_RETRY_LAST"
Filename: NodeReport.20161028.145341.75227.001.txt
Dump event time: 2016/10/28 14:53:41
Module load time: 2016/10/28 14:53:40
Process ID: 75227
Node.js version: v6.9.1