﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
285	Assertion failed (driver->state == DRIVER_STARTING) at file 'devman.c', line 521	Jakub Jermář		"After applying the attached patch on top of mainline,784, devamn hit the following assertion:

{{{
void set_driver_phone(driver_t *driver, sysarg_t phone)
{
        fibril_mutex_lock(&driver->driver_mutex);
        assert(driver->state == DRIVER_STARTING);
        driver->phone = phone;
        fibril_mutex_unlock(&driver->driver_mutex);
}
}}}

I am also attaching a screenshot that shows what devman had been doing before it hit the assertion."	defect	closed	major	0.5.0	helenos/srv/devman		invalid		vojtech.horky@…			
