genode/base/src/core/include
Alexander Boettcher e8c063a8b4 base: release signal context from signal list
Remove signal context object from signal source component list (_signal_queue)
before destruction, otherwise we get a dangling pointer.

On native hardware for base-nova, the signal source thread triggered page
faults in the Signal_source_component::wait_for_signal() method when the signal
context got freed up in Signal_session_component::free_context but was still
enqueued in Signal_source_component::_signal_queue.

Fixes #600
2013-01-10 21:17:42 +01:00
..
cap_root.h base: extend cap_session with memory allocator 2012-12-21 14:54:20 +01:00
cap_session_component.h base: extend cap_session with memory allocator 2012-12-21 14:54:20 +01:00
core_env.h base: extend cap_session with memory allocator 2012-12-21 14:54:20 +01:00
core_mem_alloc.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
core_parent.h Provide main thread cap via parent interface 2012-10-24 11:34:38 +02:00
core_rm_session.h base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +01:00
cpu_root.h CPU session meta data RAM quota upgrade support 2012-11-30 16:27:29 +01:00
cpu_session_component.h base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +01:00
cpu_thread_allocator.h Extend RAM/CPU session for base-hw context-areas. 2012-08-02 16:41:21 +02:00
dataspace_component.h Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
io_mem_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
io_mem_session_component.h Add missing initialization of 'write_combined' 2012-10-04 14:03:07 +02:00
io_port_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
io_port_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
irq_proxy.h Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
irq_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
irq_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
log_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
log_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
multiboot.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_generic.h Extend Cpu_session with thread-affinity API 2012-09-05 10:25:04 +02:00
platform_services.h Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
ram_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
ram_session_component.h Extend RAM/CPU session for base-hw context-areas. 2012-08-02 16:41:21 +02:00
rm_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rm_session_component.h base & core: Use FIFO to queue RM faulters. 2012-11-23 12:20:26 +01:00
rom_fs.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rom_root.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rom_session_component.h Support for dynamic ROM sessions, fix #170 2012-04-05 11:25:26 +02:00
signal_root.h Increase stack size of entry points 2012-05-09 20:55:48 +02:00
signal_session_component.h base: release signal context from signal list 2013-01-10 21:17:42 +01:00