search for: ladebug

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

2006 Jan 06
2
DO NOT REPLY [Bug 3382] New: hang in read() in exclude.test of testsuite
...#39;m running as myself, so a couple of the tests skip since they require root privs), but the exclude.test hangs. Using truss, I see that rsync is stuck in a tight read loop, calling read on fd 0 and getting back 0 bytes. I attached to rsync with a debugger and stopped execution, and got this: (ladebug) attach 198075 rsync Reading symbolic information ...done Attached to process id 198075 .... Interrupt (for process) Stopping process localhost:198075 (rsync). stopped at [<opaque> __read(...) 0x3ff800d67d8] Information: An <opaque> type was presented during execution of the previ...
2013 May 23
2
[Announce] Samba 4.0.6 Available for Download : crash of winbind after ls -la ...sysvol
Hi all, with this version, as in 4.0.5, i have always the windbind crash after wbinfo --uid-info 3000000 or ls -la sysvol/ my system 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux I already post here some information (no problem with 4.0.4, found last stable patch with bisect), could someone help me ? thanks and regards philippe > -----Original Message----- >
2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
When I worked on the HPE NonStop compilers for x86 (we used Open64, not LLVM), we adjusted our -O1 to make sure the source display didn't "bounce around" based on feedback from users. We disabled any optimization that would move things across statement boundaries. We also disabled/de-tuned dead store since our DWARF location list support was pretty basic and with the removed store,