Likely what is happening is the m5 process is running out of file
descriptors. If you expect your simulation to need to open a lot of
them, you could try to push up that limit. I don't remember exactly how
that's done off hand, but I'm pretty sure you need administrative
privileges to do that normally. It could also be that your simulation is
going berserk and opening a ton of files when it shouldn't, although
that's not likely since it looks like it hasn't done anything yet.

Gabe

Jiayuan Meng wrote:
> Hey all,
>
> While testing my program, I sometimes get the following panic. What can I do 
> about it? By the way, is there anyway to turn off the sockets? 
> Thanks !
>
> Global frequency set at 1000000000000 ticks per second
> 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7261
> 0: system.remote_gdb.listener: listening for remote gdb #1 on port 7262
> 0: system.remote_gdb.listener: listening for remote gdb #2 on port 7263
> panic: Can't create socket:Too many open files !
>
> Jiayuan
> ------------------------------------------------------------------------
>
> _______________________________________________
> m5-users mailing list
> m5-users@m5sim.org
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

_______________________________________________
m5-users mailing list
m5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to