http://www.perlmonks.org?node_id=996390


in reply to Re: touch() crashes Xorg
in thread touch() crashes Xorg

You're absolutely right - crash is not specific enough. My apologies. To be specific, I have no logs that show any details of the "crash" as I call it - I can only tell you exactly what I observe.

  1. I run my script (perl tests/propogate.t)
  2. Script starts (output on STDOUT observed)
  3. Entire display goes black
  4. NVIDIA logo appears (using nvidia drivers)
  5. Gnome login manager appears, prompting me to login
  6. I login to Gnome again, open konsole and cd to devel directory again
  7. Go back to 1 - process is 100% repeatable

A couple of notes:

If it was just one machine, I might submit to the bad RAM theory - but three machines, all in the same spot? (Two desktops, one laptop.)

Replies are listed 'Best First'.
Re^3: touch() crashes Xorg
by MidLifeXis (Monsignor) on Oct 01, 2012 at 12:18 UTC

    Can you post a small script that reproduces the error? That might help us to see what the issue is, or at least to be able to reproduce it.

    --MidLifeXis