>>> On 14.11.14 at 15:34, <li...@eikelenboom.it> wrote:
> # addr2line -e ./xen-syms ffff82d080148f14
> /usr/src/new/xen-unstable/xen/include/xen/list.h:175
> 
> Which turns out to be this assert:
> /**
>  * list_del - deletes entry from list.
>  * @entry: the element to delete from the list.
>  * Note: list_empty on entry does not return true after this, the entry is
>  * in an undefined state.
>  */
> static inline void list_del(struct list_head *entry)
> {
>     ASSERT(entry->next->prev == entry);

Okay, and there's only one caller in dpci_softirq().

Now, was the guest triggering this already fully up and running at
the time of the crash, or still booting, already shutting down, or
doing yet something else it wouldn't do all the time?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to