search for: af03

Displaying 3 results from an estimated 3 matches for "af03".

Did you mean: a003
2023 Jul 14
1
dsdb audit in JSON to journald
...remoteAddress": null, "performedAsSystem": false, "userSid": "S-1-5-18", "dn": "CN=testgroup1,CN=Users,DC=test,DC=alt", "transactionId": "d84fca02-096c-4ddf-9611-cce3e093c94b", "sessionId": "4b6f3aa0-b234-4f41-af03-9f0393de1629", "attributes": {"groupType": {"actions": [{"action": "add", "values": [{"value": "-2147483646"}]}]}, "objectClass": {"actions": [{"action": "add", "values&...
2013 Feb 03
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
...::event< EvActivate > { public: EvActivate(){} private: }; extern "C" const void* activate() { return (EvActivate()).intrusive_from_this().get(); } The problem is that the generated assembler looks like:_activate:00000000 b5f0 push {r4, r5, r6, r7, lr}00000002 af03 add r7, sp, #1200000004 e92d0d00 stmdb sp!, {r8, sl, fp}00000008 ed2d8b10 vstmdb sp!, {d8-d15}0000000c b094 sub sp, #800000000e f2405088 movw r0, :lower16:__ZN5boost10statechart6detail9id_holderI10EvActivateE11idProvider_E-0x24+0xfffffffc00000012 2300 movs r3, #000000014 f2c00000 movt r0, :...
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
A few days ago, I tried to change the optimization flag from -O0 to -O2 to speed up the execution of the application on Ubuntu/ARM 14.04 32 bit. When I compiled the source code with -O2 flag instead of -O0 flag, I could not run the application normally by getting always the segmentation fault. Here is debugging information with GDB command in case of that. As you can see, we could not execute