# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID 23fc30baae321d79b9225ce92a8ac5e704afbc45 # Parent ad9d0d6179c0a2877971280d09c52a285e61f751 increase buffer size in panic_domain(). 128 bytes is too short. PATCHNAME: increase_buffer_in_panic_domain Signed-off-by: Isaku Yamahata diff -r ad9d0d6179c0 -r 23fc30baae32 xen/arch/ia64/xen/xenmisc.c --- a/xen/arch/ia64/xen/xenmisc.c Mon Jul 24 21:25:30 2006 +0900 +++ b/xen/arch/ia64/xen/xenmisc.c Mon Jul 24 21:25:30 2006 +0900 @@ -172,7 +172,7 @@ void panic_domain(struct pt_regs *regs, void panic_domain(struct pt_regs *regs, const char *fmt, ...) { va_list args; - char buf[128]; + static char buf[1024]; struct vcpu *v = current; printf("$$$$$ PANIC in domain %d (k6=0x%lx): ",