summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2009-04-021-0/+4
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+4
| | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
* | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-181-1/+2
|/ | | | | | | There was a wrong order of mutex lock operations. It is hard to believe that really caused problems, but in theory it could and with threading we often see that theory becomes practice if something is only used long enough on a fast enough machine with enough CPUs ;)
* moved files to the runtimeRainer Gerhards2008-04-161-0/+146
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.