Hrev48541 - work fine. When broken ?
https://dev.haiku-os.org/ticket/11655
BLocker: call debugger() when unlocking from another threadhrev48542
BeOS did allow other threads than the owner to unlock a BLocker (the be
book says so). We did not, and silently ignored the unlock attempt in
this case, probably resulting in a deadlock of applications using the
feature.
Call debugger instead so:
The problem is made visible for such apps
The debugger call is continuable so the app can be run, still
Will help making a decision on what to do here (follow BeOS or change
behavior) and make a final decision for #6400.
Beam - can be thrown away?
You know you could have people subscribe to your RSS feed, so they can keep up with your tireless endeavours on the bug tracker: https://dev.haiku-os.org/timeline?ticket=on&ticket_details=on&max=50&authors=kim1963&daysback=90&format=rss
Welcome to the Haiku shell.
~> /boot/home/config/non-packaged/apps/BeZillaMail/BeZillaMail
runtime_loader: /boot/home/config/non-packaged/apps/BeZillaMail/lib/libnspr4.so: Could not resolve symbol '_get_system_info’
resolve symbol “_get_system_info” returned: -2147478780
runtime_loader: /boot/home/config/non-packaged/apps/BeZillaMail/lib/libnspr4.so: Troubles relocating: Symbol not found
~>
hrev48547 - no normal mail client …
by pulkomandy
Beam package updated in hrev48551. Should work again.
by kim1963
Thanks! Good job.