Your message dated Wed, 25 Apr 2012 17:48:40 +0000
with message-id <e1sn6kw-0000oh...@franck.debian.org>
and subject line Bug#664967: fixed in mediatomb 0.12.1-4
has caused the Debian Bug report #664967,
regarding mediatomb: segfaults while scanning the collection
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
664967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mediatomb
Version: 0.12.1-3
Severity: important

Dear Maintainer,

scanning the collection segfaults mediatomb with the following syslog entry:
mediatomb[7691]: segfault at 34 ip 00000000004a61a2 sp 00007fc9c14d86a0 error 4 
in mediatomb[400000+1ce000]

Running mediatomb in the debug mode with "mediatomb --config 
/etc/mediatomb/config.xml --debug" results in the following debug output 
(showing only the last lines):
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:747] 
_rescanDirectory(): start
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:821] 
_rescanDirectory(): Rescanning location: /srv/nfs/media/Audio/Alben MP3/Ludwig 
van Beethoven
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:747] 
_rescanDirectory(): start
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:821] 
_rescanDirectory(): Rescanning location: /srv/nfs/media/Audio/Alben MP3/Gloria 
et Magnificat
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1522] 
_recursiveRemove(): start
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1429] 
_removeObjects(): SELECT "a"."id","a"."persistent","o"."location" FROM 
"mt_autoscan" a JOIN "mt_cds_object" o ON "o"."id"="a"."obj_id" WHERE "o"."id" 
IN (231784)
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1434] 
_removeObjects(): relevant autoscans!
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1666] 
_recursiveRemove(): end
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1672] 
_purgeEmptyContainers(): start upnp: ,215147; ui: 
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1710] 
_purgeEmptyContainers(): upnp-sql: SELECT "a"."id", 
COUNT("b"."parent_id"),"a"."parent_id","a"."flags" FROM "mt_cds_object" "a" 
LEFT JOIN "mt_cds_object" "b" ON "a"."id"="b"."parent_id" WHERE 
"a"."object_type"=1 AND "a"."id" IN ( 215147) GROUP BY a.id
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1783] 
_purgeEmptyContainers(): end; changedContainers (upnp): 215147
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:1784] 
_purgeEmptyContainers(): end; changedContainers (ui): 
2012-03-21 23:10:27   DEBUG: [../src/autoscan_inotify.cc:227] threadProc(): 
inotify event: 35 8 18: Johann Sebastian Bach - Magnificat in D major, BWV 243: 
VII. Fecit potentiam.mp3
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:1258] addObject(): 
Adding: parent ID is -333
2012-03-21 23:10:27   DEBUG: [../src/autoscan_inotify.cc:294] threadProc(): 
deleting /srv/nfs/media/Audio/Alben MP3/Gloria et Magnificat/18: Johann 
Sebastian Bach - Magnificat in D major, BWV 243: VII. Fecit potentiam.mp3
2012-03-21 23:10:27   DEBUG: [../src/autoscan_inotify.cc:317] threadProc(): 
adding /srv/nfs/media/Audio/Alben MP3/Gloria et Magnificat/18: Johann Sebastian 
Bach - Magnificat in D major, BWV 243: VII. Fecit potentiam.mp3
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:494] addObject(): 
insert_query: INSERT INTO "mt_cds_object" 
("object_type","upnp_class","dc_title","metadata","resources","flags","location","location_hash","track_number","mime_type","parent_id","id")
 VALUES (2,'object.item.audioItem.musicTrack','18: Johann Sebastian Bach - 
Magnificat in D major, BWV 243: VII. Fecit 
potentiam.mp3','dc%3Atitle=Magnificat%20in%20D%20major%2C%20BWV%20243%3A%20VII%2E%20Fecit%20potentiam&upnp%3Aartist=Johann%20Sebastian%20Bach&upnp%3Aalbum=Johann%20Sebastian%20Bach%20%2F%20Vivaldi%3A%20Gloria%20%2F%20J%2ES%2E%20Bach%3A%20Magnificat&upnp%3AoriginalTrackNumber=18','0~protocolInfo=http-get%3A%2A%3Aaudio%2Fmpeg%3A%2A&size=2892800&bitrate=24704&duration=00%3A01%3A59&sampleFrequency=44100&nrAudioChannels=2~~',1,'F/srv/nfs/media/Audio/Alben
 MP3/Gloria et Magnificat/18: Johann Sebastian Bach - Magnificat in D major, 
BWV 243: VII. Fecit potentiam.mp3',92804853,18,'audio/mpeg',215147,231825)
2012-03-21 23:10:27   DEBUG: [../src/content_manager.cc:1264] addObject(): 
After adding: parent ID is 215147
2012-03-21 23:10:27   DEBUG: [../src/storage/sql_storage.cc:2370] 
flushInsertBuffer(): flushing insert buffer (1 statements)
2012-03-21 23:10:27   DEBUG: [../src/update_manager.cc:155] containerChanged(): 
containerChanged. id: 215147, signal: 0
2012-03-21 23:10:27   ERROR: missing objectType property
fish: Job 1, 'mediatomb --config /etc/mediatomb/config.xml --debug' durch 
Signal SIGSEGV (Adressbereichsfehler) beendet

Deleting the database does not help.

Is there anything I can do to hunt that bug down?

Cheers
Patrick

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (400, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mediatomb depends on:
ii  iceweasel [www-browser]  10.0.2-1
ii  konqueror [www-browser]  4:4.7.4-2
ii  mediatomb-daemon         0.12.1-3
ii  rekonq [www-browser]     0.7.0-1
ii  w3m [www-browser]        0.5.3-5

mediatomb recommends no packages.

mediatomb suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: mediatomb
Source-Version: 0.12.1-4

We believe that the bug you reported is fixed in the latest version of
mediatomb, which is due to be installed in the Debian FTP archive:

mediatomb-daemon_0.12.1-4_all.deb
  to main/m/mediatomb/mediatomb-daemon_0.12.1-4_all.deb
mediatomb_0.12.1-4.debian.tar.gz
  to main/m/mediatomb/mediatomb_0.12.1-4.debian.tar.gz
mediatomb_0.12.1-4.dsc
  to main/m/mediatomb/mediatomb_0.12.1-4.dsc
mediatomb_0.12.1-4_all.deb
  to main/m/mediatomb/mediatomb_0.12.1-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 664...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel A. Colón Vélez <debian.mic...@gmail.com> (supplier of updated mediatomb 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 Apr 2012 02:34:34 -0400
Source: mediatomb
Binary: mediatomb-common mediatomb-daemon mediatomb mediatomb-dbg
Architecture: source all
Version: 0.12.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Miguel A. Colón Vélez <debian.mic...@gmail.com>
Description: 
 mediatomb  - UPnP MediaServer (main package)
 mediatomb-common - UPnP MediaServer (base package)
 mediatomb-daemon - UPnP MediaServer (daemon package)
 mediatomb-dbg - UPnP MediaServer (debug package)
Closes: 664967
Changes: 
 mediatomb (0.12.1-4) unstable; urgency=low
 .
   * Bump debhelper and the compatibility level to 9.
     - Enables hardened build flags.
   * debian/control:
     - Remove Andres Mejia from the uploaders list.
     - Bump Standards-Version to 3.9.3.
     - mediatomb-daemon depends on lsb-base (>= 3.2-14).
     - Create the mediatomb-dbg package.
   * debian/rules:
     - Simplify the rules file.
     - Remove deprecated mediatomb configuration options.
   * debian/patches/*:
     - Update the copyObject function to avoid segfaults with js 1.8.
       (Closes: #664967)
     - Fix the spelling errors mentioned by lintian.
     - Add Ubuntu's patch to properly parse the bitrate and the number of audio
       channels.
   * debian/mediatomb-daemon.mediatomb.init:
     - Add a Description LSB keyword to the init script.
     - Implement the status option in the init script.
   * debian/*:
     - Update the lintian overrides.
     - Use set -e in the body of the maintainer scripts.
     - Remove the references to the versionless symlinks (GPL/LGPL) in the
       copyright file.
     - Add a Readme.source file to explain the requirements needed to be able
       to use DEB_BUILD_OPTIONS=nostrip.
     - Update my name in various files.
Checksums-Sha1: 
 0999c04e6d3fa3985cbca26faa89b9370ffd41a1 2467 mediatomb_0.12.1-4.dsc
 38bb1707838e1fb11ecdb29fc32a9cb2c5dd0fe0 34161 mediatomb_0.12.1-4.debian.tar.gz
 2bb5a4688ad0f7d46de8d2f9522fcbbe3ee2a7a7 26460 
mediatomb-daemon_0.12.1-4_all.deb
 40800891963740c355ee8a829f684070e53b66a2 23806 mediatomb_0.12.1-4_all.deb
Checksums-Sha256: 
 87e4515f08338d101f77b175cfa300094d97fc6099e4c98368386f56f762563f 2467 
mediatomb_0.12.1-4.dsc
 b1e48d01f4f99362ef554c9220df21c48f6b76ad716e29427948a524e5c84d90 34161 
mediatomb_0.12.1-4.debian.tar.gz
 7db797ab8abc3f25836077bf3c0850cbde8354dff6d038ccc70d4e330136289e 26460 
mediatomb-daemon_0.12.1-4_all.deb
 4ace1bc2a8178b2c5d73780ae91cbe87a1405ea94e893dd7aa6d68364407d65e 23806 
mediatomb_0.12.1-4_all.deb
Files: 
 3b1fbe4815fbb82815a8ddf366808109 2467 net optional mediatomb_0.12.1-4.dsc
 8494bd808e1653e65a2497b155cf0f13 34161 net optional 
mediatomb_0.12.1-4.debian.tar.gz
 8520aabbabff03410f19f29a6ac9805f 26460 net optional 
mediatomb-daemon_0.12.1-4_all.deb
 2061f42246318345127789eabd28376e 23806 net optional mediatomb_0.12.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPmDbtAAoJEK8ig6p24qx7RQsP/RdxClMSd7cWZe6xelz+rhCA
fzzS9O6DuaZV1s8isvuetnDaMtJ2XX/q+BfGm7U4ylzyT6howx/WBQUZHg2eZHkX
yL0F6M/nAKQ1AhpyLK7ch6wcxwCX+mSTHdYxbPEcHc+HFUiDE4Vz48jayZ4dAdWL
k9WXoXpf1rAwyRmXQXHG+UEzx/hCNjpoOUOMzm/nyPvRzEehyGiYheB7ctaYHTVy
nX2EejIuvQfKfYhbDljMPSDI9t17uNUJsONCQ8lwx1MAkTjwBzKCjnujBy/VDXZv
h5+x922f0gq2+faiwQb1OHyOC1+1kDmH8WuCWHflUG8K13rlBy6W40TOpiQ6FnTq
yi3qzMarSIi9mAWb6+AlrIB0E8hu3zBsniPPkI84NdT7s+CFLp4kOxg0yt/L/4G4
kYpIfiE9rgw6URIBOT8X+wNvELZQaNciAxv8s5XqH3FfKUkfNdDOhZN8aw5vLnZe
3zsInddByKo+Oy2ZaVatHjxv6raARPfboCcYxZLQP+uwhRk1eKApYQMF8ET/TDG0
UBNcU4hZ2Mj+Tfq5PdOHogHkA3fBrcRcXbYDKX3SeeKF3fq7hy2R5xGHRK2wZAr5
2+f1tU5rpdkUDt8sGyfu12ikt7tDMneXy9yAlaP2C75KheIvJbVbzIJ4beBnksZR
ggdXQua7jAwhvmtryIXt
=IIws
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to