Changes between Initial Version and Version 1 of Ticket #11280, comment 20


Ignore:
Timestamp:
Apr 8, 2015, 5:20:04 PM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11280, comment 20

    initial v1  
    66- BOpenHashTable<AncestorHashDefinition>::Lookup() is inlined inside GetAncestor()
    77- the infinite loop culprit is inside (i.e. it's not caused by a continuous stream of B_ENTRY_CREATED messages)
    8 - thus the "root" so to speak, of the stoppage is either  [ http://cgit.haiku-os.org/haiku/tree/src/kits/storage/PathMonitor.cpp#n1394this call] or [http://cgit.haiku-os.org/haiku/tree/src/kits/storage/PathMonitor.cpp#n1424 this call] and the actual guilty party (loop that never exists) would be that one: http://grok.bikemonkey.org/source/xref/haiku/headers/private/kernel/util/OpenHashTable.h#160
     8- thus the "root" so to speak, of the stoppage is either  [ http://cgit.haiku-os.org/haiku/tree/src/kits/storage/PathMonitor.cpp#n1394 this call] or [http://cgit.haiku-os.org/haiku/tree/src/kits/storage/PathMonitor.cpp#n1424 this call] and the actual guilty party (loop that never exists) would be that one: http://grok.bikemonkey.org/source/xref/haiku/headers/private/kernel/util/OpenHashTable.h#160
    99
    1010Plausible?