Changes between Initial Version and Version 1 of Ticket #4188


Ignore:
Timestamp:
Aug 5, 2009, 1:04:12 PM (15 years ago)
Author:
stippi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4188 – Description

    initial v1  
    1 With BFS and block cache tracing enabled, the kernel only survives a few seconds of file operations. In the first session after I updated r32128 from a revision before the heap changes, Haiku crashed shortly after invoking "svn up" in my tree within Haiku. I rebooted and installed a clean build over my partition. In the session after that, I tried svn cleanup, which showed me corrupted parts of my tree. The second rm -rf some/part/of/the/source dumped me back into the kernel debugger, and the kernel crashed again in the BFS tracing when allocating a tracing entry (like the first time). The panic talked about two NULL pointers, if that is helpful, but the crashing seems to be very easy to reproduce anyway (I hope for you, too). Reverting just the r32074 changeset seems to have made the system stable again.
     1With BFS and block cache tracing enabled, the kernel only survives a few seconds of file operations. In the first session after I updated to r32128 from a revision before the heap changes, Haiku crashed shortly after invoking "svn up" in my tree within Haiku. I rebooted and made sure I have a clean build on my partition. In the session after that, I tried svn cleanup, which showed me corrupted parts of my tree. The second rm -rf some/part/of/the/source dumped me back into the kernel debugger, and the kernel crashed again in the BFS tracing when allocating a tracing entry (like the first time). The panic talked about two NULL pointers, if that is helpful, but the crashing seems to be very easy to reproduce anyway (I hope for you, too). Reverting just the r32074 changeset seems to have made the system stable again.
    22
    33Running a r32128 GCC 4 based hybrid build.