search for: error_info

Displaying 5 results from an estimated 5 matches for "error_info".

2010 Oct 15
2
XCP xapi debugging
...O): e9dc1da9-178b-4a98-8dd2-571a920cd4cc status ( RO): pending progress ( RO): 0.000 type ( RO): <none/> result ( RO): created ( RO): 20101015T11:03:04Z finished ( RO): 19700101T00:00:00Z error_info ( RO): allowed_operations ( RO): Cancel My next question: how can I know what happens? Where to look next? dmesg, daemon.log, messages does not contain any valuable information. I filter xensource.log but it only contain connection about task querying. How can I found what prevent VM start...
2009 Apr 22
4
help with exceptions
Hello, I was trying to to write a simple ruby program for exceptions. My code is: class ABC begin alpha = ABC.new alpha.foo= [1,2,3] puts foo.inspect.to_s NonExisting raise "all other exceptions" rescue Exception => NoMethodError puts ''Hello'' puts $ERROR_INFO.inspect rescue Exception => NameError puts ''goodbye'' puts $ERROR_INFO.inspect else ensure #pass through and fail naturally end end when i execute this, i always get the output as Hello nil I am unable to understand why the NonExisting is not calling the nameerror. can some...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
..., name); + dbg("registering slot %s\n", name); status = pci_hp_register(slot->hotplug_slot, bus, i, name); if (status) { - err("pci_hp_register failed with error %d", status); + pr_err("pci_hp_register failed with error %d\n", + status); goto error_info; } - dbg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&am...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
..., name); + dbg("registering slot %s\n", name); status = pci_hp_register(slot->hotplug_slot, bus, i, name); if (status) { - err("pci_hp_register failed with error %d", status); + pr_err("pci_hp_register failed with error %d\n", + status); goto error_info; } - dbg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&am...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
..., name); + dbg("registering slot %s\n", name); status = pci_hp_register(slot->hotplug_slot, bus, i, name); if (status) { - err("pci_hp_register failed with error %d", status); + pr_err("pci_hp_register failed with error %d\n", + status); goto error_info; } - dbg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&am...