Skip to content

Instantly share code, notes, and snippets.

View orgads's full-sized avatar

Orgad Shaneh orgads

  • AudioCodes
  • Israel
View GitHub Profile
```
~/better-ajv-errors$ npm test
> better-ajv-errors@0.8.0 test
> jest
FAIL src/validation-errors/__tests__/required.js
● Required › prints correctly for missing required prop
expect(received).toMatchSnapshot()
@orgads
orgads / ctest-msys.log
Last active April 9, 2021 10:14
ctest msys
$ ctest -j 4 --output-on-failure --rerun-failed
Test project /f/Projects/build-cmake-msys
Guessing configuration NoConfig
Start 27: FindPackageTest
Start 350: RunCMake.BuildDepends
Start 363: RunCMake.FileAPI
Start 375: RunCMake.GenEx-TARGET_FILE
1/10 Test #27: FindPackageTest ..................***Failed 18.36 sec
Internal cmake changing into directory: /f/Projects/build-cmake-msys/Tests/FindPackageTest
Error: cmake execution failed
2020-03-30T20:22:21.602Z | resolving_load_balancer | dialogflow.googleapis.com:443 IDLE -> IDLE
2020-03-30T20:22:21.607Z | connectivity_state | dialogflow.googleapis.com:443 IDLE -> IDLE
2020-03-30T20:22:21.609Z | dns_resolver | Resolver constructed for target dialogflow.googleapis.com:443
2020-03-30T20:22:21.614Z | channel | dialogflow.googleapis.com:443 createCall [0] method="/test", deadline=Mon Mar 30 2020 23:23:21 GMT+0300 (Israel Daylight Time)
2020-03-30T20:22:21.618Z | call_stream | [0] Sending metadata
2020-03-30T20:22:21.620Z | channel | Pick result: QUEUE subchannel: undefined status: undefined undefined
2020-03-30T20:22:21.631Z | call_stream | [0] write() called with message of length 9
2020-03-30T20:22:21.632Z | call_stream | [0] end() called
2020-03-30T20:22:21.634Z | call_stream | [0] deferring writing data chunk of length 14
2020-03-30T20:22:21.635Z | dns_resolver | Resolution update requested for target dialogflow.googleapis.com:443
@orgads
orgads / git.log
Last active May 20, 2019 11:56
long git fetch
12:51:00.374407 exec-cmd.c:238 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
12:51:00.377335 git.c:439 trace: built-in: git fetch
12:51:00.382215 run-command.c:663 trace: run_command: unset GIT_PREFIX; ssh -p 29418 user@host 'git-upload-pack '\''/Project'\'''
12:51:03.074008 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet
12:51:03.884082 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet
12:51:03.895796 exec-cmd.c:238 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
12:51:03.897748 git.c:439 trace: built-in: git rev-list --objects --stdin --not --all --quiet
12:51:03.902627 packfile.c:1602 .git/objects/pack/pack-5da45c4ad1f4069bd502ce958f9a13858428baa6.pack 1809272
12:51:03.903605 packfile.c:1602 .git/objects/pack/pack-5da45c4ad1f4069bd502ce958f9a13858428baa6.pack 86802
12:51:03.903605 packfile.c:1602
This file has been truncated, but you can view the full file.
12:51:00.374407 exec-cmd.c:238 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
12:51:00.377335 git.c:439 trace: built-in: git fetch
12:51:00.382215 run-command.c:663 trace: run_command: unset GIT_PREFIX; ssh -p 29418 user@host 'git-upload-pack '\''/Project'\'''
12:51:03.074008 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet
12:51:03.884082 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet
12:51:03.895796 exec-cmd.c:238 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
12:51:03.897748 git.c:439 trace: built-in: git rev-list --objects --stdin --not --all --quiet
12:51:03.902627 packfile.c:1602 .git/objects/pack/pack-5da45c4ad1f4069bd502ce958f9a13858428baa6.pack 1809272
12:51:03.903605 packfile.c:1602 .git/objects/pack/pack-5da45c4ad1f4069bd502ce958f9a13858428baa6.pack 86802
12:51:03.903605 packfile.c:1602
<dom-module id="ac-confirm-submit">
<script>
Gerrit.install(plugin => {
plugin.registerCustomComponent(
'confirm-submit-change', 'submit-for-another');
});
</script>
</dom-module>
<dom-module id="submit-for-another">
> grpc@1.18.0 install F:\Project\node_modules\grpc
> node-pre-gyp install --fallback-to-build --library=static_library
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for grpc@1.18.0 and node@11.5.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error unable to get local issuer certificate
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
win_delay_load_hook.cc
Generating code
diff --git a/winsup/cygwin/include/cygwin/exit_process.h b/winsup/cygwin/include/cygwin/exit_process.h
index e0981bbe4..a5a3f5d85 100644
--- a/winsup/cygwin/include/cygwin/exit_process.h
+++ b/winsup/cygwin/include/cygwin/exit_process.h
@@ -218,6 +218,7 @@ inject_remote_thread_into_process(HANDLE process, LPTHREAD_START_ROUTINE address
DWORD thread_id;
HANDLE thread = CreateRemoteThread (process, NULL, 1024 * 1024, address,
(PVOID) exit_code, 0, &thread_id);
+ small_printf("injecting: %d. thread_id: %d, thread: %p\n", exit_code, thread_id, thread);
if (thread)
1 __GI_raise raise.c 51 0x7ffff4d47e7b
2 __GI_abort abort.c 79 0x7ffff4d49231
3 ?? 0x7ffff57045a9
4 ?? 0x7ffff570a7fa
5 std::terminate() 0x7ffff570a855
6 __cxa_throw 0x7ffff570aaa8
7 Sqlite::BaseStatement::throwStatementHasError(const char *) const smallstringlay