tixsys / esteid

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

Crash if $HOME is unset #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
python-digidoc crashes if $HOME is unset

lauri@lauri-studio-15:/home/lauri$ unset HOME
lauri@lauri-studio-15:/home/lauri$ python 
Python 2.6.6 (r266:84292, Oct  9 2010, 12:24:52) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import digidoc
>>> digidoc.initialize()
Segmentation fault
lauri@lauri-studio-15:/home/lauri$ 

This is also the reason why python-digidoc crashes under Django/Apache

Original issue reported on code.google.com by lauri.vo...@gmail.com on 27 Nov 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Thanks for the report, fixed in svn r3744.

Original comment by kalevlember@gmail.com on 27 Nov 2010 at 3:42