noob on the run – Life is a tragedy for those who feel, a comedy for those who think


Solution: ns2 Segmentation fault (core dumped) when using DSR
August 8, 2010, 12:39 am
Filed under: All, ns2

Solution:

In yr tcl script, include the following:

if { $val(rp) == “DSR” } {
set val(ifq)            CMUPriQueue
} else {
set val(ifq)            Queue/DropTail/PriQueue
}

source: http://axgshr.blog.hexun.com/15927878_d.html, its a chinese website, so i think that’s why alot people can’t find the solution =)