kavol
User
| Posts: 2 |  | Karma: 0 |
Re:Babala future? - 2008/01/26 00:36
oh well, now I see the thing that triggers the crash:
open("../share/babala/scoreL1", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 EACCES (Permission denied)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
... quite optimistic assumption that the software run by any user can write anywhere on the filesystem, so that we need not to check whether it is possible (when we've chosen to do such a nasty thing)
|