求解
在centos下,我只是简单的执行下面的简单程序:while(1)
ACE_DEBUG((LM_DEBUG,"adsda\n"));
通过终端运行,但是过一定时间终端就消失了.怎么回事啊! 你怎么运行程序的?建议你放在后台运行。
比如: nohup ./test
这样应该没有问题。 回复 2# freeeyes
我是在终端运行的,有问题吗?
如果我不想放后台运行的话。 我是在终端运行的,有问题吗?
如果我不想放后台运行的话。
No problem, but yoru code is deadloop, the consequence may be unexpected. I would try something different. what do you think?
页:
[1]