Re: Segmentation fault in free_io_mem

2018-03-13 Thread Christian Helmuth
Hello Johannes, On Tue, Mar 13, 2018 at 11:01:02AM +0100, Johannes Kliemann wrote: > I have sent this mail before but it was timed unfortunately and got lost > in the 18.02 release. Sorry for leaving you in the lurch! I read your last posting but was distracted in the middle of my investigation.

Segmentation fault in free_io_mem

2018-02-08 Thread Johannes Kliemann
Hi all, while testing the IO_MEM session on Linux with ACPI I noticed that the acpi_drv segfaults when freeing its io memory on repos/os/src/drivers/acpi/acpi.cc:1304 [1]. The crash happens then in repos/base/include/base/allocator.h:319 at > operator delete (obj, dealloc); I noticed that this