This code produce "Segmentation fault"
proc x {} {
puts [info level]
catch {
x
}
}In log : 1 2 3 4 ....... 48 49 50 51 Segmentation fault Who can help me ? Is urgent. -- Petrica Clement Chiriac
This code produce "Segmentation fault"
proc x {} {
puts [info level]
catch {
x
}
}In log : 1 2 3 4 ....... 48 49 50 51 Segmentation fault Who can help me ? Is urgent. -- Petrica Clement Chiriac