Killing Houdini process from cygwin

   5036   3   1
User Avatar
Member
696 posts
Joined: March 2009
Offline
Hey,

I hate to admit, but I have to run windows at work and one of the things I miss most about Linux is being able to kill Houdini with segmentation fault signal, whenever it froze. Does anyone know how to achieve the same with Windows and/or Cygwin? I can kill the process, just not force saving the crash file, which is what I need.

Cheers
Toronto - ON
My Houdini playground [renderfarm.tumblr.com]
“As technology advances, the rendering time remains constant.”
User Avatar
Member
76 posts
Joined: Sept. 2011
Offline
http://forums.odforce.net/topic/21961-kill-segv-windows-equivalent/ [forums.odforce.net]

User Avatar
Member
5 posts
Joined: March 2020
Offline
Six years down the line, that's still really sad. But that's probably nothing SideFX can fix easily and more of a Windows thing.
Edited by megger - May 15, 2022 10:14:26
User Avatar
Member
7710 posts
Joined: July 2005
Offline
A bit late for this thread but you can still kill houdini from the command line on Windows using the "taskkill" command, it just won't save your hip file like on Linux. (And "tasklist" on Windows is like "ps" on Linux.)

e.g. To kill all running Houdini FX processes:
taskkill /f /im houdinifx.exe
  • Quick Links