13
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted over 13 years ago
Commit by Raphael Manfredi on :: rf624f63 / src/lib/stacktrace.c : (link) stack_is_text(): limit to checking for "high enough" ... [More] address.Since we can unwind routines whose addresses fall in shared libraries, wecan't limit the PC to the text address segment anyway. - https://github.com/gtk-gnutella/gtk-gnutella/commit/f624f63d0b5ec81d4f4cf27b56a44f04fd165a66 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r1c2b770 / src/lib/stacktrace.c : (link) Prefer "end" instead of "data_start", since the latter ... [More] is not as universal. - https://github.com/gtk-gnutella/gtk-gnutella/commit/1c2b77001d1c0a17f82203121311dff236fdb7a6 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r0c8f150 / src/lib/zalloc.c : (link) s/zgc_zone_/zgc_zones_/g for better statistics readability. ... [More] - https://github.com/gtk-gnutella/gtk-gnutella/commit/0c8f1507579450f7a1969319a25b3236eb6c476d [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r55148d3 / (22 files in 4 dirs): (link) Enhanced the shell "memory" interface to show runtime ... [More] statistics.Allocators like xmalloc(), vmm_alloc() or zalloc() keep runtimestatistics that can be monitored interactively during a session tosee how they behave.It is also possible to show the process memory map or get at zone andxmalloc() freelist information, or query compiled memory options throughthe "memory" command.The "memory dump" command remains hidden unless compiled for memory tracking,since it is more meant to be used by developers.Statistics about zalloc() are also dumped at exit time when running indebugging mode, along with VMM and xmalloc() ones.In order to make the debugging routines usable both for normal logging andthrough the shell interface, a polymorphic logging agent interface has beenintroduced. This allows run-time dispatching to file or string logging,depending on how the log agent was configured. (+14 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/55148d32041fde1cda7d93ff1a9e9427141f6588 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r0802184 / src/lib/xmalloc.c : (link) Fixed compiler warning in %p format. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0802184c9706a40c08fba7927d57ca3e60c5527d
Posted over 13 years ago
Commit by Raphael Manfredi on :: re28684d / src/lib/xmalloc.c : (link) Added crash hooks in xmalloc(). (+6 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/e28684dd3ca82dff86410af674f0235ed4b28cde
Posted over 13 years ago
Commit by Raphael Manfredi on :: ra3a9c0f / (3 files): (link) Must invoke crash hooks from the child process if any is ... [More] launched.Because one can construct a script that will possibly post-process thecrash log file, crash hooks must be invoked from the child process.This requires slight log file reconfiguration given that the child processremaps its own stdout and stderr to the crash file. - https://github.com/gtk-gnutella/gtk-gnutella/commit/a3a9c0f765be7557e35ea27d4152751d21e0b71c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r9fed32d / src/lib/vmm.c : (link) Ooops, left over a testing assertion. - https://github.com/gtk-gnutella/gtk-gnutella/commit/9fed32d6ff82201edd6a57234b7e96e75b32f970
Posted over 13 years ago
Commit by Raphael Manfredi on :: rf08b335 / src/lib/vmm.c : (link) Plugged a crash hook for the VMM layer. (+7 more commits...) - ... [More] https://github.com/gtk-gnutella/gtk-gnutella/commit/f08b335e4e67909442054108a0c82a7b23fed379 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r049898a / src/lib/xmalloc.c : (link) Show total byte size and amount of blocks held in the ... [More] freelist at the end. (+5 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/049898a5c56cdd9f2e738cab6bf27057a95744f4 [Less]