Displaying 2 results from an estimated 2 matches for "virhashremoveentry".
2012 Aug 13
1
libvirtd crashes after guest migration with attached console
Hi,
please see following backtrace. How to reproduce: start qemu guest
w/attached console, execute migration, get a crash at the end.
Program received signal SIGSEGV, Segmentation fault.
virHashRemoveEntry (table=0x7fa0e0003e90, name=0x7fa0ec00ca60) at
/var/tmp/build/libvirt/libvirt-0.9.13/./src/util/virhash.c:463
bt
#0 virHashRemoveEntry (table=0x7fa0e0003e90, name=0x7fa0ec00ca60) at
/var/tmp/build/libvirt/libvirt-0.9.13/./src/util/virhash.c:463
#1 0x00007fa0ffa5efcc in virConsoleFDStreamCloseCb...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...ames below came from this filter:
+# git grep -B2 '\<_('|grep -E '\.c- *[[:alpha:]_][[:alnum:]_]* ?\(.*[,;]$' \
+# |sed 's/.*\.c- *//'|perl -pe 's/ ?\(.*//'|sort -u \
+# |grep -vE '^(qsort|if|close|assert|fputc|free|N_|vir.*GetName|.*Unlock|virNodeListDevices|virHashRemoveEntry|freeaddrinfo|.*[fF]ree|xdrmem_create|xmlXPathFreeObject|virUUIDFormat|openvzSetProgramSentinal|polkit_action_unref)$'
+
+msg_gen_function =
+msg_gen_function += DEBUG0
+msg_gen_function += DISABLE_fprintf
+msg_gen_function += ERROR
+msg_gen_function += ERROR0
+msg_gen_function += REMOTE_DEBUG
+...