chris...@astron.com (Christos Zoulas) wrote: > Hmm, I wish it had more information (or I could reproduce it). > Whats your TERM environment variable?
That is the right question... TERM=screen I always start an xterm, in the xterm I start screen(1), in screen(1) I start tmux(1). So tmux(1) likely sets TERM=screen. When I run ./main in the xterm itself it doesn't crash. When I run it in tmux(1) it crashes. That may have made the difference yesterday. --Carsten