Bug#664967: Segfaulting is caused by "copyObject" in version 0.12.1-3

2012-03-24 Thread Patrick Häcker
I could narrow the reason of the segfault down. The segfault occurs only if virtual-layout is set to "js" in /etc/mediatomb/config.xml. It does not occur if it is set to "disabled" or "builtin". If virtual-layout is set to "js" the segfault in my setup occurs if and only if the "copyObject" fu

Bug#664967: Segfaulting is caused by "copyObject" in version 0.12.1-3

2012-03-25 Thread Miguel Colon
Hello: I managed to reproduce the segfaults and I believe I just fixed this in the version available in the git repository. If you want, you can try to compile it and report if it fixed your issue. The following or something similar should work for building the packages: sudo apt-get install git

Bug#664967: Segfaulting is caused by "copyObject" in version 0.12.1-3

2012-03-25 Thread Patrick Häcker
> I managed to reproduce the segfaults and I believe I just fixed this > in the version available in the git repository. It's always a pleasure if the open source community shines like this: I can confirm, that the bug is fixed in the git repository. Thanks for solving the problem so quickly and