View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002903 | libextractor | libextractor main library | public | 2013-06-22 00:05 | 2013-06-29 22:15 |
Reporter | bratao | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | W32 | OS | Windows | OS Version | 8 |
Product Version | 1.0.1 | ||||
Target Version | 1.1 | Fixed in Version | 1.1 | ||
Summary | 0002903: Files with big metadata fail to parse using gnunet-helper-fs-publish | ||||
Description | I have a mp3 file that gnunet can´t read, but extract.exe or gnunet-helper-fs-publish alone can. By logging gnunet-helper-fs-publish and fs_dirmetascan I can see that ¨Helper sends 50732-byte message of type 425¨ but ¨DMS parses 22377-byte message of type 27756¨ and fails. I would guess that we reading the buffer before we finshed writing.As we read a message with type 27756 when we supposed to get a message with type 425 (GNUNET_MESSAGE_TYPE_FS_PUBLISH_HELPER_META_DATA) | ||||
Tags | No tags attached. | ||||
has duplicate | 0004136 | closed | Christian Grothoff | GNUnet | Starting "gnunet-publish -e" causes a crash |
|
Could you share the test file with me? |
|
I found an issue within LE today that causes meta data to be lost (LE fails). The issue is timing-dependent; for me, it showed up if the file was not cached in memory or when I ran the command-line tool in a for loop for a while. So it is possible that it showed with gnunet-fs-gtk and not extract for you. W32 and GNU systems were both affected. So please also try to reproduce with SVN HEAD of LE. |
|
Yeah ! That was exactly the problem ! |
|
Christian, I double checked and this bug is still occurring. It is an IPC error. I sent to your email as its a private file. |
|
The gstreamer plugin was writing to stdout, causing the IPC to fail as that also uses stdin/stdout. Fixed in SVN 27612. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-22 00:05 | bratao | New Issue | |
2013-06-25 12:11 | Christian Grothoff | Assigned To | => Christian Grothoff |
2013-06-25 12:11 | Christian Grothoff | Status | new => assigned |
2013-06-25 12:23 | Christian Grothoff | Note Added: 0007170 | |
2013-06-25 14:44 | Christian Grothoff | Note Added: 0007171 | |
2013-06-25 14:44 | Christian Grothoff | Status | assigned => feedback |
2013-06-25 15:54 | bratao | Note Added: 0007172 | |
2013-06-25 15:54 | bratao | Status | feedback => assigned |
2013-06-25 15:54 | bratao | Status | assigned => resolved |
2013-06-25 15:54 | bratao | Resolution | open => fixed |
2013-06-25 16:13 | Christian Grothoff | Project | GNUnet => libextractor |
2013-06-25 16:13 | Christian Grothoff | Category | file-sharing service => General |
2013-06-25 16:14 | Christian Grothoff | Category | General => libextractor main library |
2013-06-25 16:14 | Christian Grothoff | Product Version | SVN HEAD => Git master |
2013-06-25 16:14 | Christian Grothoff | Fixed in Version | => Git master |
2013-06-25 16:14 | Christian Grothoff | Target Version | => Git master |
2013-06-25 16:15 | Christian Grothoff | Product Version | Git master => 1.0.1 |
2013-06-25 16:15 | Christian Grothoff | Fixed in Version | Git master => 1.1 |
2013-06-25 16:15 | Christian Grothoff | Target Version | Git master => 1.1 |
2013-06-26 00:43 | bratao | Note Added: 0007184 | |
2013-06-26 00:43 | bratao | Status | resolved => feedback |
2013-06-26 00:43 | bratao | Resolution | fixed => reopened |
2013-06-26 11:47 | Christian Grothoff | Note Added: 0007189 | |
2013-06-26 11:47 | Christian Grothoff | Status | feedback => resolved |
2013-06-26 11:47 | Christian Grothoff | Resolution | reopened => fixed |
2013-06-29 22:15 | Christian Grothoff | Status | resolved => closed |
2016-02-02 19:28 | Christian Grothoff | Relationship added | has duplicate 0004136 |