PiRSquared17 / lightlang

Automatically exported from code.google.com/p/lightlang
0 stars 0 forks source link

A problem with xsl.lock (Segmentation fault) #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My linux have two users. In Mandriva-2010.0 xsl run well without problem. But, 
after I upgrade to 2010.1, only one user can run xsl, other can't. There's 
message "Segmentation fault" if run xsl in terminal.

I found that, in 2010.1, $TMP was set to /tmp , so xsl.lock can't be used by 
other user.

So if I add Qt.QDir.homePath() in the line 70, StartupLock.py everything run 
fine again. (change the path to temp directory from /tmp to $HOME/tmp)

Maybe, someone run Mandriva may have this problem! ;)

Original issue reported on code.google.com by rusv...@gmail.com on 14 Jul 2010 at 7:19

GoogleCodeExporter commented 9 years ago
...in the line 42, not 70.

Original comment by rusv...@gmail.com on 14 Jul 2010 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by mdevaev@gmail.com on 27 Jul 2010 at 11:57

GoogleCodeExporter commented 9 years ago
Fixed. Now, file creates on path /home/user/.xsl/xsl.lock

Original comment by mdevaev@gmail.com on 27 Jul 2010 at 2:08