On 29/12/2012 21:13, Jakub Jermar wrote: > The problem should be now fixed in mainline, 1738. We accidentally > zeroed out the variable holding the PC where we wanted to restart an > atomic sequence. > > Having fixed this, the system start up proceeds farther with occasional > crashes of random applications with the stack pointing to a heap > corruption detected from the following call path: > > ... > malloc() > async_send_fast() > log_msg() > ...
Hi, now I have a reproducible crash of the 'fat' process with this stack trace: area_check() malloc_internal() malloc() fat_idx_get_by_pos() ... which seems caused like in your case by a heap corruption (area_check() is called with a NULL argument). Beniamino _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
