You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran some tests and it appears that the problem comes from the sparse memory feature.
To reproduce, start the hypervisor: dynamips -H 7200, telnet to it and paste the following commands. Any c1700 image should do. I suspect the same problem with c2600 images.
hypervisor working_dir "/tmp/"
vm create "R1" 1 c1700
vm set_sparse_mem "R1" 1
vm set_con_tcp_port "R1" 2001
vm set_ram "R1" 128
vm set_ios "R1" "/home/grossmj/GNS3/images/IOS/c1700-advsecurityk9-mz.124-25d.image"
vm start "R1"
vm stop "R1"
vm start "R1"
Dynamips will crash just after the restart and throw many error messages like this one:
Originally reported there: GNS3/gns3-gui#70
I ran some tests and it appears that the problem comes from the sparse memory feature.
To reproduce, start the hypervisor: dynamips -H 7200, telnet to it and paste the following commands. Any c1700 image should do. I suspect the same problem with c2600 images.
Dynamips will crash just after the restart and throw many error messages like this one:
Everything works if you remove the set_sparse_mem command from the commands above.
The text was updated successfully, but these errors were encountered: