Hi, I haven't seen such crashes. Can you provide more information incl. dmesg and .vmx file of the VM?
Reyk > On 25.02.2015, at 18:55, Romain FABBRI <romain.fab...@alienconsulting.net> > wrote: > > On last snapshots I can't complete the install when installing as a guest VM > in VMWare ESXi 5.5. (snap: 20150217->20150223) > > The install fails when installing sets from CD. > > So I tried to convert a Hyper-V install which completes correctly and then to > deploy the image to VMWare ESXi 5.5. > It can boot but when doing a simple ping I get a kernel panic. > > Ddb output : > > panic: smashed stack in ether_output > Stopped at Debugger+0x7: leave > ddb>trace > Debugger(d09e204a,f53adc08,d09bae0c,f53adc08,da0336c4) at Debugger+0x7 > panic(d09bae0c,d09c33de,0,f53adc1c,d0203025) at panic+0x71 > __stack_smash_handler(d09c33de,e,2,da0336ca,f53adc9a) at __stack_smash_handler > 0x19 > ether_output(d4085830,d9ee8b00,da0336c4,da00fb54,0) at ether_output+0x541 > ip_output(d9ee8b00,0,da0336bc,20,0) at ip_output+0xd0b > rip-output(d9ee8b00,d9f1f648,1b2d23e,d9ee8e00,0) at rip_output+0x144 > sosend(d9f1f648,d9ee8e00,f53ade90,d9ee8e00,0) at sosend+0x444 > sendit(d9ef6174,3,f53adef4,0,f53adf80) at sendit+0x1e1 > sys_sendto(d9ef6174,3,f53adf60,f53adf80,d0569f25,d9ef6174) at sys_sendto+0x6c > syscall() at syscall+0x24d > > ddb>ps > PID PPID PGRP UID S FLAGS WAIT COMMAND > * 5393 20454 5393 0 7 0x33 ping > > > Tested from i386 image on VMWare ESXi 5.5 (I tried with E1000 and VMX3 > network drivers and got same panic). > > Romain