Regarding cores in FreeBSD 9

2012-04-15 Thread Mahesh Babu
1. How to find in which core the given process is running? 2. How to force a process to run in a particular core? for example: I need to run process ID 1200 in core 2.  ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Regarding core disable in FreeBSD 9

2012-04-13 Thread Mahesh Babu
How to disable a particular core in FreeBSD 9? How to enable it again? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Context Switch

2012-03-29 Thread Mahesh Babu
Which part of the source code in FreeBSD 9 is responsible for making context switching i.e. storing and restoring the process state. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, s

Regarding coredump and restart

2012-03-29 Thread Mahesh Babu
I am currently working on coredump and then restarting the process in FreeBSD 9. I have created the coredump file for a process using gcore of gdb. I am not able restart the process from the coredump file. Is there any ways to restart the process using gdb itself or any other ways to implement