| 19 | General | block | always | 2007-11-24 03:36 | 2008-10-17 19:59 | skirsdeda | skirsdeda | high | closed | none | none | 0.2 | fixed | 0 | DBus timeout for CreateBluetoothSession | If session connecting takes longer time (e.g. devices aren't paired yet), CreateBluetoothSession function times out. To fix this, CreateBluetoothSession should return immediately. OdsSession object should be initialized with invalid fd first and only after socket is connected, it would be assigned to OdsSession object and CONNECTED signal would be emitted. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 27 | General | block | always | 2007-12-01 19:22 | 2008-02-18 14:39 | skirsdeda | skirsdeda | normal | closed | none | none | fixed | 0 | When link error happens in ServerSession, DISCONNECTED signal should be emitted | Currently only ERROR_OCCURRED is emitted and ServerSession is not finalized (ServerSession objects are finalized in Server object when DISCONNECTED signal is received) |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 26 | General | block | always | 2007-11-30 18:53 | 2008-02-18 14:39 | skirsdeda | skirsdeda | high | closed | none | none | fixed | 0 | segmentation fault when closing | Create OPP server, send several files to it, kill obex-data-server. obex-data-server segfaults. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 21 | General | block | always | 2007-11-24 03:45 | 2008-02-18 14:39 | skirsdeda | skirsdeda | high | closed | none | none | fixed | 0 | Possible memory leak | OdsManager object has hash tables for sessions and servers where key is DBus owner and value is either session or server information struct. In case the DBus owner creates more than one session/server, older session/server info gets lost because the value is changed in hash table. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 25 | General | block | always | 2007-11-30 18:12 | 2008-02-18 14:39 | skirsdeda | skirsdeda | normal | closed | none | none | fixed | 0 | configure.in always enables debug options | there should be --enable-debug switch to enable debug options, otherwise they should be disabled. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 23 | General | block | always | 2007-11-30 15:34 | 2008-02-18 14:39 | skirsdeda | skirsdeda | normal | closed | none | none | fixed | 0 | ErrorOccurred signal is not used in OdsServer | ErrorOccurred signal should be used in connect_callback() |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 20 | General | block | always | 2007-11-24 03:42 | 2008-02-18 14:39 | skirsdeda | skirsdeda | high | closed | none | none | fixed | 0 | Some devices cannot send to ods OPP server | Some devices don't send HDR_BODY header for Object Push command. Although such request should be treated as delete request for FTP server, for OPP it's just a case of buggy client. A workaround should be implemented. | log (107 KB) 2008-01-22 23:37 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 33 | General | block | always | 2008-01-18 01:32 | 2008-02-18 14:39 | skirsdeda | skirsdeda | high | closed | none | none | 0.2 | fixed | 0 | rejecting transfer on remote device |
About the problem when rejecting transfers from the phone, we can't fix it without changes to obex-data-server: This is how it happens: - we call session created - we get the prompt on the phone - press reject on the phone - the session is created, error occurs (org.openobex.Error.LinkError) - we connect to the ErrorOccurred signal on the session. - we fail the Connect because "Another operation in progress" The session creation should fail, but doesn't... |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 401 | General | crash | always | 2010-03-15 22:13 | 2010-03-16 13:40 | Peri Noid | skirsdeda | normal | resolved | none | none | 0.4.5 | no change required | 0 | obex-data-server crashes after BT transmission is finished |
I'm using obex-data-server invoked by kbluetooth to transfer data to my mobile. unfortunately, everytime I try to transfer a file, after transmission is finished, obex-data-server crashes. Here is a part from dmesg: obex-data-serve[8803]: segfault at c ip 0805feef sp bfde3480 error 4 in obex-data-server[8048000+1f000] obex-data-serve[10198]: segfault at 14 ip 0805fef2 sp bf904df0 error 4 in obex-data-server[8048000+1f000] obex-data-serve[10377]: segfault at 1d8 ip b784a246 sp bfc4fb60 error 4 in libgobject-2.0.so.0.2200.4[b7825000+36000] obex-data-serve[10395]: segfault at c ip 0805feef sp bf93a060 error 4 in obex-data-server[8048000+1f000] obex-data-serve[10510]: segfault at c ip 0805feef sp bfec1790 error 4 in obex-data-server (deleted)[8048000+1f000] obex-data-serve[10553]: segfault at f0 ip b7780246 sp bf9c1990 error 4 in libgobject-2.0.so.0.2200.4[b775b000+36000] obex-data-serve[10690]: segfault at c ip 0805feef sp bfd7e4c0 error 4 in obex-data-server[8048000+1f000] obex-data-serve[10711]: segfault at 3f40 ip b7819246 sp bfc6fda0 error 4 in libgobject-2.0.so.0.2200.4[b77f4000+36000] obex-data-serve[10888]: segfault at c ip 0805feef sp bffc74b0 error 4 in obex-data-server[8048000+1f000] and obex-data-server dies. In an attachment you can find a strace from one of such executions. I can reproduce it every time. I don't think it is a kbluetooth problem, therefore I'm reporting it here. If you are sure it's just the other way, I'll report it to the KDE team. |
obex-data-server.log.gz (11 KB) 2010-03-15 22:13 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 163 | General | crash | always | 2009-07-16 10:59 | 2009-10-21 20:13 | Liskni_si | skirsdeda | normal | closed | none | none | 0.4.4 | fixed | 0 | ods dies when connecting to non-existing device | When CreateBluetoothSession is called with target address that's not reachable (a bluetooth phone that is off, for example), ods dies after a few seconds instead of emitting SessionConnectError. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 146 | General | crash | have not tried | 2008-11-13 20:54 | 2009-02-08 17:25 | skirsdeda | skirsdeda | high | closed | none | none | 0.4.2 | fixed | 0 | Crash when trying to close ServerSession | If ServerSession suspends request to wait for Accept/Reject and client app disconnects from the bus, ods fails to properly close ServerSession. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 144 | FTP | crash | always | 2008-10-30 02:42 | 2008-11-01 20:16 | Jo | skirsdeda | normal | closed | none | none | fixed | 0 | Trying to print NULL pointer in ARM build environment |
Same crash reported below. In case of folder listing, it seems that the remote variable is NULL and incurs a crash when we try to print it in ARM build. The file is ods-obex.c and the line is followed: g_message ("name: %s, type: %s", obex_context->remote, obex_context->type); cheers, |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 143 | General | crash | always | 2008-10-27 15:55 | 2008-11-01 20:16 | ajay | skirsdeda | normal | closed | none | none | 0.4.1 | fixed | 0 | Crash due to NULL pointer access ( ARM Build) in g_message in file ods-manager.c |
When testing on ARM9 Target using Montavista toolchain (v5t) the library crashes when using the Test Application (ods-dbus-test). The crash happens when trying to Push a File via OPP profile with no server channel specified as command line arugments for the Test App(ods-dbus-test). The crash seems to happen due to NULL pointer access of parsed[1], since the Server channel is not specified. Commenting off the line seems to solve the issue. Line 687 in ods-manager.c g_message ("Parsed[0]: %s, Parsed[1]: %s", parsed[0], parsed[1]); |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 109 | General | crash | always | 2008-07-22 13:10 | 2008-10-17 19:59 | heston_james | skirsdeda | normal | closed | none | none | 0.3.1 | fixed | 0 | Segmentation fault. |
After running ODS for a period of time I recieve a segmentation fault out of the blue (no pun intended). I've reproduced this a few times now, I've attached the valgrind output at the time of the crash. |
valgrind output.txt (9 KB) 2008-07-22 13:10 ods_local.txt (79 KB) 2008-07-22 14:27 ods.txt (103 KB) 2008-07-22 16:10 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 127 | BIP | crash | always | 2008-08-31 23:49 | 2008-09-13 02:25 | cktakahasi | normal | new | none | none | 0.3.4 | open | 0 | [BIP] Remote display test crashes the ods |
After send the image ods crashes. Tested using ods on both sides(server and client) SVN revision: 1817 Client dump: ./ods-bip-test.py -r 00:0D:88:BE:89:B0 /home/cktakahasi/Pictures/helsinki.jpg Sending: /home/cktakahasi/Pictures/helsinki.jpg -- Encoding = JPEG -- LocalPath = /home/cktakahasi/Pictures/helsinki.jpg -- RemoteFilename = helsinki.jpg -- Type = x-bt/img-img -- Pixel = 1024*768 -- Size = 92188 Progress: 100% Transfer completed (Image handle is '0000001') Sending thumbnail For more information see the ods/valgrind log in the "additional information" field. |
** (obex-data-server:13449): WARNING **: PROGRESS: 81816 ** Message: io callback ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 0 ** (obex-data-server:13449): WARNING **: PROGRESS: 89608 ** Message: io callback ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 0 ** (obex-data-server:13449): WARNING **: PROGRESS: 92188 ** Message: io callback ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 2, response Unknown response ** Message: resize_image_async ** Message: resize_image thread started ==13449== ==13449== Thread 2: ==13449== Invalid read of size 4 ==13449== at 0x43E9328: preopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC19: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b68 is 0 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E932E: preopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC19: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b84 is 28 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E991E: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b70 is 8 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E9925: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b74 is 12 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E992C: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b78 is 16 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E9933: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b88 is 32 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E996A: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b88 is 32 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43ECC35: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b7c is 20 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43ECC3C: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b84 is 28 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E9798: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ED0A7: lt__slist_find (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E9760: lt_dlloader_find (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC56E: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E9164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== Address 0x4a48b68 is 0 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EB8F1: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC5A7: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E9164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== Address 0x4a48b84 is 28 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EB8F7: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC5A7: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E9164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== Address 0x4a48b70 is 8 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EAB9D: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD66: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b6c is 4 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EABFB: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD66: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b84 is 28 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EAC1E: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD66: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b6c is 4 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EAC8F: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD66: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48b78 is 16 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43ED454: dlopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC19: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48d88 is 0 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43ED45A: dlopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC19: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48da4 is 28 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E991E: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48d90 is 8 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E9925: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48d94 is 12 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E992C: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48d98 is 16 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E9933: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48da8 is 32 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43E996A: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECC2A: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48da8 is 32 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43ECC35: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43E916E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42329AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F777: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== Address 0x4a48d9c is 20 bytes inside a block of size 36 free'd ==13449== at 0x402265C: free (vg_replace_malloc.c:323) ==13449== by 0x43ECB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4352A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434EAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4232974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x8050304: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4563E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EB8F1: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC43B: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DCB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x433D62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42CA53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x422E07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F78C: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== Address 0x4a48da4 is not stack'd, malloc'd or (recently) free'd ==13449== ==13449== Invalid read of size 4 ==13449== at 0x43EB8F7: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC43B: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DCB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x433D62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42CA53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x422E07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F78C: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== Address 0x4a48d90 is not stack'd, malloc'd or (recently) free'd ==13449== ==13449== Jump to the invalid address stated on the next line ==13449== at 0x0: ??? ==13449== by 0x43EC43B: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DCB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x433D62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42CA53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x422E07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F78C: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==13449== ==13449== Process terminating with default action of signal 11 (SIGSEGV) ==13449== Bad permissions for mapped region at address 0x0 ==13449== at 0x0: ??? ==13449== by 0x43EC43B: (within /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43EC884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x43ECA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x4351F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x434DCB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x433D62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x42CA53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==13449== by 0x422E07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==13449== by 0x804F78C: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==13449== by 0x40DCE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x447A4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== ==13449== ERROR SUMMARY: 48 errors from 44 contexts (suppressed: 83 from 1) ==13449== malloc/free: in use at exit: 339,554 bytes in 3,605 blocks. ==13449== malloc/free: 35,191 allocs, 31,586 frees, 153,151,651 bytes allocated. ==13449== For counts of detected errors, rerun with: -v ==13449== searching for pointers to 3,605 not-freed blocks. ==13449== checked 9,303,320 bytes. ==13449== ==13449== Thread 1: ==13449== ==13449== 32 (8 direct, 24 indirect) bytes in 1 blocks are definitely lost in loss record 5 of 35 ==13449== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==13449== by 0x419AC2A: sdp_list_append (sdp.c:1544) ==13449== by 0x419B054: sdp_get_access_protos (sdp.c:1680) ==13449== by 0x804D4EB: get_remote_service_record_cb (ods-bluez.c:355) ==13449== by 0x414833E: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x4173E00: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x4163B52: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41656F8: dbus_connection_dispatch (in /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41444CC: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x40B4DD5: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40B8192: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40B8576: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== ==13449== ==13449== 12 bytes in 1 blocks are definitely lost in loss record 6 of 35 ==13449== at 0x4021BDE: calloc (vg_replace_malloc.c:397) ==13449== by 0x40BCD54: g_malloc0 (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x804F653: ods_imaging_get_image_info_async (ods-imaging-helpers.c:510) ==13449== by 0x805B5C3: ods_session_put_image (ods-session.c:1645) ==13449== by 0x4147B46: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x417369A: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x4165A65: dbus_connection_dispatch (in /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41444CC: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x40B4DD5: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40B8192: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40B8576: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x8050657: main (ods-main.c:188) ==13449== ==13449== ==13449== 800 bytes in 20 blocks are possibly lost in loss record 13 of 35 ==13449== at 0x4021BDE: calloc (vg_replace_malloc.c:397) ==13449== by 0x40BCD54: g_malloc0 (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x4064304: (within /usr/lib/libgobject-2.0.so.0.1600.4) ==13449== by 0x40644A4: (within /usr/lib/libgobject-2.0.so.0.1600.4) ==13449== by 0x40671DF: g_type_init_with_debug_flags (in /usr/lib/libgobject-2.0.so.0.1600.4) ==13449== by 0x4067341: g_type_init (in /usr/lib/libgobject-2.0.so.0.1600.4) ==13449== by 0x805048C: main (ods-main.c:131) ==13449== ==13449== ==13449== 1,174 (32 direct, 1,142 indirect) bytes in 1 blocks are definitely lost in loss record 14 of 35 ==13449== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==13449== by 0x419DA62: sdp_record_alloc (sdp.c:2907) ==13449== by 0x419A62F: sdp_extract_pdu_safe (sdp.c:1331) ==13449== by 0x419A7E2: sdp_extract_pdu (sdp.c:1393) ==13449== by 0x804D4D6: get_remote_service_record_cb (ods-bluez.c:352) ==13449== by 0x414833E: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x4173E00: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x4163B52: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41656F8: dbus_connection_dispatch (in /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41444CC: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x40B4DD5: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40B8192: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== ==13449== ==13449== 144 bytes in 1 blocks are possibly lost in loss record 17 of 35 ==13449== at 0x4021BDE: calloc (vg_replace_malloc.c:397) ==13449== by 0x4010627: (within /lib/ld-2.7.so) ==13449== by 0x40106EB: _dl_allocate_tls (in /lib/ld-2.7.so) ==13449== by 0x447AC3C: pthread_create@@GLIBC_2.1 (in /lib/tls/i686/cmov/libpthread-2.7.so) ==13449== by 0x4130D1F: (within /usr/lib/libgthread-2.0.so.0.1600.4) ==13449== by 0x40DCD0B: g_thread_create_full (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x804F69B: ods_imaging_get_image_info_async (ods-imaging-helpers.c:515) ==13449== by 0x805B5C3: ods_session_put_image (ods-session.c:1645) ==13449== by 0x4147B46: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== by 0x417369A: (within /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x4165A65: dbus_connection_dispatch (in /usr/lib/libdbus-1.so.3.4.0) ==13449== by 0x41444CC: (within /usr/lib/libdbus-glib-1.so.2.1.0) ==13449== ==13449== ==13449== 5,032 bytes in 11 blocks are possibly lost in loss record 29 of 35 ==13449== at 0x4021A92: memalign (vg_replace_malloc.c:460) ==13449== by 0x4021B3F: posix_memalign (vg_replace_malloc.c:569) ==13449== by 0x40D1473: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40D26A0: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x408F50E: g_array_sized_new (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x408F616: g_array_new (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40DD7A0: g_static_private_set (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x409ED3F: g_get_filename_charsets (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x409EDB0: (within /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x40DDA59: g_thread_init_glib (in /usr/lib/libglib-2.0.so.0.1600.4) ==13449== by 0x4131636: g_thread_init (in /usr/lib/libgthread-2.0.so.0.1600.4) ==13449== by 0x805043B: main (ods-main.c:120) ==13449== ==13449== LEAK SUMMARY: ==13449== definitely lost: 52 bytes in 3 blocks. ==13449== indirectly lost: 1,166 bytes in 55 blocks. ==13449== possibly lost: 5,976 bytes in 32 blocks. ==13449== still reachable: 332,360 bytes in 3,515 blocks. ==13449== suppressed: 0 bytes in 0 blocks. ==13449== Reachable blocks (those to which a pointer was found) are not shown. ==13449== To see them, rerun with: --leak-check=full --show-reachable=yes Killed |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 125 | BIP | crash | sometimes | 2008-08-31 22:19 | 2008-09-13 02:25 | cktakahasi | normal | new | none | none | 0.3.4 | open | 0 | [BIP] Imaging resize is crashing |
Imaging resize doesn't work. See attached log in the additional information field. SVN repository revision: 1817 libmagick9-dev 7:6.3.7.9.dfsg1-2ubuntu1 Crash reproduced using ./ods-bip-test.py --size=768*460 00:0C:55:BC:10:85 image.jpg |
==9654== Memcheck, a memory error detector. ==9654== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==9654== Using LibVEX rev 1804, a library for dynamic binary translation. ==9654== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==9654== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework. ==9654== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. ==9654== For more details, rerun with: -v ==9654== ** Message: obex-data-server 0.4svn ** Message: Using Session bus ** Message: Parsed[0]: bip, Parsed[1]: (null) ** Message: supp_capabilities: 0 ** Message: supp_features: 1 ** Message: supp_funcs: 3 ** Message: data_cap: 3072000 ** Message: Connecting to 00:0C:55:BC:10:85 using channel 3 ** Message: Connect in progress ** Message: Connected ** Message: Imaging SDP data: ** Message: >> capabilities: 0 ** Message: >> features: 1 ** Message: >> functions: 3 ** Message: >> capacity: 3072000 ** Message: Session created by: :1.70 ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 0, response OK, Success ** Message: LOCK ==9654== Thread 2: ==9654== Invalid read of size 4 ==9654== at 0x4015091: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x581b004 is 4 bytes inside a block of size 7 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC7D4: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED3F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015091: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x581b004 is 4 bytes inside a block of size 7 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC7D4: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED3F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x581b004 is 4 bytes inside a block of size 7 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC7D4: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED3F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x4008268: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x581b004 is 4 bytes inside a block of size 7 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC7D4: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED3F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x5c5f1a4 is 36 bytes inside a block of size 38 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x400D6E3: (within /lib/ld-2.7.so) ==9654== by 0x4008268: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Conditional jump or move depends on uninitialised value(s) ==9654== at 0x4015213: (within /lib/ld-2.7.so) ==9654== by 0x4011108: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Conditional jump or move depends on uninitialised value(s) ==9654== at 0x401521E: (within /lib/ld-2.7.so) ==9654== by 0x4011108: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015091: (within /lib/ld-2.7.so) ==9654== by 0x40079D9: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ECBA4: (within /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x4a2368c is 52 bytes inside a block of size 54 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ECAE3: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED6BF: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x40079D9: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ECBA4: (within /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x4a2368c is 52 bytes inside a block of size 54 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ECAE3: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED6BF: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x4005C69: (within /lib/ld-2.7.so) ==9654== by 0x4007A97: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x4a2368c is 52 bytes inside a block of size 54 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x43EA5D1: lt__malloc (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ECAE3: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED6BF: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80502F0: ods_imaging_get_image_info (ods-imaging-helpers.c:354) ==9654== ==9654== Conditional jump or move depends on uninitialised value(s) ==9654== at 0x401522A: (within /lib/ld-2.7.so) ==9654== by 0x459C694: (within /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x459CA29: _dl_sym (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x4802DE7: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802D72: dlsym (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE518: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EBC91: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43530AD: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x4015209: (within /lib/ld-2.7.so) ==9654== by 0x400D8D9: (within /lib/ld-2.7.so) ==9654== by 0x4009A66: (within /lib/ld-2.7.so) ==9654== by 0x459C694: (within /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x459CA29: _dl_sym (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x4802DE7: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802D72: dlsym (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE518: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EBC91: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43530AD: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== Address 0x4a238ac is 52 bytes inside a block of size 54 alloc'd ==9654== at 0x4022AB8: malloc (vg_replace_malloc.c:207) ==9654== by 0x4006FD4: (within /lib/ld-2.7.so) ==9654== by 0x40079D9: (within /lib/ld-2.7.so) ==9654== by 0x4011543: (within /lib/ld-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x4010F5D: (within /lib/ld-2.7.so) ==9654== by 0x4802C18: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802B50: dlopen (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE5D2: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EC8F9: (within /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Conditional jump or move depends on uninitialised value(s) ==9654== at 0x4015241: (within /lib/ld-2.7.so) ==9654== by 0x459C694: (within /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x459CA29: _dl_sym (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== by 0x4802DE7: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x400D5D5: (within /lib/ld-2.7.so) ==9654== by 0x48032BB: (within /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x4802D72: dlsym (in /lib/tls/i686/cmov/libdl-2.7.so) ==9654== by 0x43EE518: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EBC91: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353143: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ** Message: UNLOCK ** Message: LOCK ** Message: resize_image_async ** Message: resize_image thread started ==9654== ==9654== Thread 3: ==9654== Invalid read of size 4 ==9654== at 0x43EA328: preopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC19: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9a0 is 0 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA32E: preopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC19: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9bc is 28 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA91E: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9a8 is 8 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA925: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9ac is 12 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA92C: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9b0 is 16 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA933: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9c0 is 32 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA96A: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9c0 is 32 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EDC35: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9b4 is 20 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EDC3C: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDCFE: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9bc is 28 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA798: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EE0A7: lt__slist_find (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA760: lt_dlloader_find (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED56E: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== Address 0x4a2e9a0 is 0 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EC8F1: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED5A7: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== Address 0x4a2e9bc is 28 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EC8F7: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED5A7: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA164: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== Address 0x4a2e9a8 is 8 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EBB9D: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD66: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9a4 is 4 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EBBFB: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD66: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9bc is 28 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EBC1E: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD66: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9a4 is 4 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EBC8F: lt_dlsym (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD66: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2e9b0 is 16 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EE454: dlopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC19: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebc0 is 0 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EE45A: dlopen_LTX_get_vtable (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC19: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebdc is 28 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA91E: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebc8 is 8 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA925: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebcc is 12 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA92C: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebd0 is 16 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA933: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebe0 is 32 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EA96A: lt_dlloader_add (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDC2A: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebe0 is 32 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EDC35: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EA16E: lt_dlpreload_open (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDD30: lt_dlinit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352C03: GetModuleInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EC98: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434EF9C: MagickCoreGenesis (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42339AE: MagickWandGenesis (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503D1: ods_imaging_resize_image (ods-imaging-helpers.c:388) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== Address 0x4a2ebd4 is 20 bytes inside a block of size 36 free'd ==9654== at 0x402265C: free (vg_replace_malloc.c:323) ==9654== by 0x43EDB2A: lt_dlexit (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4353A46: DestroyModuleList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FA56: DestroyMagickList (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434FAF4: MagickCoreTerminus (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4233974: MagickWandTerminus (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x805036E: ods_imaging_get_image_info (ods-imaging-helpers.c:367) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== by 0x4564E5D: clone (in /lib/tls/i686/cmov/libc-2.7.so) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EC8F1: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503ED: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== Address 0x4a2ebdc is 2,484 bytes inside a block of size 16,776 free'd ==9654== at 0x4022B8E: realloc (vg_replace_malloc.c:429) ==9654== by 0x4350313: ResizeMagickMemory (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43503AE: ResizeQuantumMemory (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43A881B: ConcatenateString (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43D1149: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43D2DE5: NewXMLTree (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42B22A9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42B28C4: GetCoderInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352E69: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Invalid read of size 4 ==9654== at 0x43EC8F7: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickReadImage (in /usr/lib/libWand.so.10.0.9) ==9654== by 0x80503ED: ods_imaging_resize_image (ods-imaging-helpers.c:391) ==9654== by 0x40DDE2E: (within /usr/lib/libglib-2.0.so.0.1600.4) ==9654== by 0x447B4FA: start_thread (in /lib/tls/i686/cmov/libpthread-2.7.so) ==9654== Address 0x4a2ebc8 is 2,464 bytes inside a block of size 16,776 free'd ==9654== at 0x4022B8E: realloc (vg_replace_malloc.c:429) ==9654== by 0x4350313: ResizeMagickMemory (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43503AE: ResizeQuantumMemory (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43A881B: ConcatenateString (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43D1149: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43D2DE5: NewXMLTree (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42B22A9: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42B28C4: GetCoderInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352E69: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== ==9654== Jump to the invalid address stated on the next line ==9654== at 0x0: ??? ==9654== by 0x43ED43B: (within /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43ED884: lt_dlopenadvise (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x43EDA24: lt_dlopen (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x4352F60: OpenModule (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x434ECB6: GetMagickInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x433E62C: SetImageInfo (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x42CB53E: ReadImage (in /usr/lib/libMagick.so.10.0.9) ==9654== by 0x422F07B: MagickR |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 46 | General | crash | always | 2008-02-11 17:10 | 2008-06-19 15:05 | skirsdeda | skirsdeda | high | closed | none | none | fixed | 0 | segfault in ods-bluez | When repeatedly creating Sessions, after some time SEGFAULT occurs in one of ods-bluez functions. This is somehow related to dbus-glib. Probably, memory is not handled the way it should be when making D-Bus calls with call/begin_call/end_call. | wtf.sh (0 KB) 2008-03-02 17:48 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 80 | General | crash | always | 2008-05-16 18:05 | 2008-06-18 18:46 | cktakahasi | larry | high | closed | none | none | 0.3.1 | fixed | 0 | Crash when adapter is not available |
ODS crashes when the adapter is not available and it receives a CreateBluetoothSession. How reproduce: 1. start ods 2. start the internal adapter proxy object: $./ods-server-test.py opp "/tmp" 3. remove the adapter or disable if(hciconfig -a hci0 down) 4. create a session: $./ods-dbus-test 00:1C:9A:2B:3C:F2 opp file |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 59 | General | crash | random | 2008-03-03 17:26 | 2008-04-01 16:20 | littletux | skirsdeda | high | closed | none | none | 0.3 | fixed | 0 | obex-data-server sometimes crashes |
When I send several (2, 3, 4 or sometimes more) files from my phone to my PC, using Object Push Profile, obex-data-server crashes at the end of one of the transfers. |
The destination folder is "~/Téléchargement". The attached file contains the backtrace. |
obex-data-server-bug1.txt (12 KB) 2008-03-03 17:26 obex-data-server-bug2.txt (10 KB) 2008-03-03 17:31 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 57 | General | crash | always | 2008-03-01 23:49 | 2008-04-01 16:20 | mlind | skirsdeda | high | closed | none | none | 0.3 | fixed | 0 | Segfault when umounting obexftp device |
Forwarding issue https://bugs.launchpad.net/ubuntu/+source/obex-data-server/+bug/196733. [^] Bug report should contain the necessary details. Not sure if this issue is already reported. |
ods-umount-crash.patch (0 KB) 2008-03-02 17:35 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 433 | General | major | sometimes | 2010-04-18 11:24 | 2010-04-19 00:07 | crevette | normal | new | none | none | 0.4.5 | open | 0 | obex-data-server crashed with SIGSEGV in g_main_context_dispatch() after transfer |
There is a crasher that make o-d-s crash after a transfer, the stacktrace is not complete because some glib symbols were missing, I'm waiting a better one from reporters. . Thread 1 (process 1421): #0 obex_io_callback (io_channel=0x938c348, cond=<value optimized out>, data=0x938e978) at src/ods-session.c:193 session = (OdsSession *) 0x0 error = (GError *) 0x0 ret = <value optimized out> __FUNCTION__ = "obex_io_callback" 0000001 0x00299e6b in ?? () from /lib/libglib-2.0.so.0 No symbol table info available. 0000002 0x002555e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 No symbol table info available. 0000003 0x002592d8 in ?? () from /lib/libglib-2.0.so.0 No symbol table info available. 0000004 0x00259817 in g_main_loop_run () from /lib/libglib-2.0.so.0 No symbol table info available. 0000005 0x08051b5d in main (argc=2, argv=0xbf91e594) at src/ods-main.c:195 session_connection = <value optimized out> error = (GError *) 0x0 context = <value optimized out> sa = {__sigaction_handler = {sa_handler = 0x80515f0 <sig_term>, sa_sigaction = 0x80515f0 <sig_term>}, sa_mask = {__val = { 0 <repeats 32 times>}}, sa_flags = 0, sa_restorer = 0} no_daemon = 1 system_bus = 0 show_version = 0 log = 0 debug = 0 options = {{long_name = 0x8064775 "no-daemon", short_name = 110 'n', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf91e4c8, description = 0x806477f "Do not daemonize", arg_description = 0x0}, { long_name = 0x8064790 "system-bus", short_name = 115 's', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf91e4c4, description = 0x8064888 "Use system bus instead of the default session bus", arg_description = 0x0}, {long_name = 0x80647b2 "log", short_name = 108 'l', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf91e4bc, description = 0x806479b "Log all messages to syslog", arg_description = 0x0}, {long_name = 0x80647b6 "debug", short_name = 100 'd', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf91e4b8, description = 0x80647bc "Enable debugging messages", arg_description = 0x0}, {long_name = 0x80647d6 "version", short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf91e4c0, description = 0x80648bc "Show version of obex-data-server and exit immediately", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} |
Downstream bug: https://bugs.launchpad.net/ubuntu/+source/obex-data-server/+bug/559876 [^] |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 351 | General | major | always | 2010-02-03 16:24 | 2010-02-03 16:25 | justinas | justinas | normal | assigned | none | none | open | 0 | Reikia momentinio nuotrauku ikelimo image plugin'ui | Reikia kad prie ten kur galima irasyti img URL butu galimybe tiesiai nusiusti nuotrauka i serveri ir kad laukelyje atsirastu URL be browsinimo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 246 | General | major | always | 2009-12-14 15:45 | 2010-01-09 10:31 | live4love | skirsdeda | normal | feedback | none | none | 0.4.4 | reopened | 0 | obex-data-server can not receive file through bluetooth with size large than 512 bytes |
When I send a file with size >= 512 from phone to PC through bluetooth, obex-data-server will fail to receive it. bluetooth-applet show following logging when it start. ** Message: adding killswitch idx 1 state 1 ** Message: Reading of RFKILL events failed ** Message: killswitch 1 is 1 ** Message: killswitches state 1 ** (bluetooth-applet:3529): DEBUG: Unhandled UUID 00005005-0000-1000-8000-0002ee000001 (0x5005) ** Message: killswitch 1 is 1 ** Message: killswitches state 1 obex-data-server console displays while transtering: ** Message: server socket created ** Message: Server created by: :1.40 ** (obex-data-server:3465): WARNING **: Server path: /mypath ** Message: Client connecting ** (obex-data-server:3465): WARNING **: Session path: /mypath ** Message: Bluetooth address: 00:13:70:22:12:42 ** Message: Creating server session ** Message: io callback ** Message: event: 1 ** Message: event: 2 ** Message: CMD_CONNECT requested ** Message: Version: 0x10. Flags: 0x00 OBEX packet length: 4000 ** Message: Resizing stream chunks to 3800 ** Message: event: 3 ** Message: io callback ** Message: event: 1 ** Message: event: 11 ** Message: CMD_PUT requested at REQCHECK ** Message: header: 1 ** Message: HDR_NAME: tbig ** Message: header: 195 ** Message: HDR_LENGTH: 512 ** Message: header: 66 ** Message: ret=-1 ** Message: event: 3 ** Message: io callback ** Message: server session closed ** Message: closing connection It is tested on ubuntu 9.10 32bit (kernel 2.6.31-16) bluetooth dongle BCM2035 obex-data-server 0.4.4-2build1(installed by default in ubuntu 9.10) Phone: Nokia 3230 |
It is okay to receive file with size < 512bytes from phone.(See attachment) It is okay to send file from PC to phone, with any size. It is okay to receive file from phone through obexpushd instead of obex-data-server, with any size. It is okay to send/receive file using obex-data-server with another Phone SonyEricsson 700. I think it should not be an issue on the phone, because I test it works anywhere else. |
obex_success (1 KB) 2009-12-14 15:45 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 242 | General | major | always | 2009-12-09 15:53 | 2009-12-11 16:11 | cgarcia | normal | new | none | none | 0.4.5 | open | 0 | delete not compliant with obex specification |
I have debugged a communication problem (with a own-developed client) until finding that the server does not follows the OBEX specification for deleting files, potentially causing data transmissions to be incorrectly handled as if they were file deletions. Since I have previously used the same client and never found a problem (both with other linux and Windows/Mac obex servers) I suspect that this may cause incompatibilities with many other clients out there, depending on their design. I detected the problem in the 0.4.4 version ship with ubuntu karmic, but it is still present in the subversion trunk (I have not tested previous versions). The problem is due to the following: the function ods_obex_srv_put() in ods-obex.c considers that the PUT request is a file deletion (is_delete = TRUE) unless the client has previously sent any of the following headers: OBEX_HDR_BODY, OBEX_HDR_TYPE or OBEX_HDR_LENGTH. Since my client do not sends the type nor the length (unknown at transmission start) and it does not sends a body header in the first packet, obex-data-server incorrectly interpretes this as a file deletion and aborts the data transmission. The OBEX specification (at least 1.2) says about delete: "A PUT operation with NO Body or End-of-Body headers whatsoever should be treated as a delete request. Similarly, a PUT operation with an empty End-of-Body header requests the recipient to create an empty object. This definition may not make sense or apply to every implementation (in other words devices are not required to support delete operations or empty objects)." That is, it mentions the complete "PUT operation" (not the first packet) and includes a "whatsoever" word. In another section, the specification is even more clear about this fact: "A PUT request consists of one or more request packets, the last of which has the Final bit set in the opcode. The implementer may choose whether to include an object Body header in the first packet, or wait until the response to the initial packet is received before sending any object body chunks." I was one of those implementers choosing not to send a body header in the first packet. My current workarround in order to improve the compatibility with previous obex-data-server versions it will be to include a OBEX_HDR_TYPE. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 233 | FTP | major | random | 2009-12-03 21:19 | 2009-12-04 13:06 | walmis | normal | new | none | none | 0.4.5 | open | 0 | File corruption when transferring with nautilus |
Sometimes when transferring multiple files with nautilus some files come out corrupted. In the case of images, the bottom part is cut off, if multiple images are corrupted, those images are cut off at the exactly same place. Can't seem to reproduce when transferring files one by one, only when bunch of files are selected and copied. Nautilus: 2.26 gvfs: 1.4.1 ods: 0.4.5 |
http://ubuntuforums.org/showthread.php?t=1330074 [^] |
out.log (217 KB) 2009-12-03 21:19 Atvaizd058.jpg (160 KB) 2009-12-03 21:20 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 227 | General | major | always | 2009-11-22 22:31 | 2009-11-26 18:49 | drgr33n | normal | new | none | none | 0.4.5 | open | 0 | Failing to compile on my machine. |
First error was stdlib.h was not included in src/ods-common.c. My next error is im getting undefined reference to `OBEX_FindInterfaces' in ods-obex.c. I'm not sure how to fix this but I can see that OBEX_FindInterfaces is declared in obex.h. Here's the error output .. src/ods-obex.o: In function `ods_obex_setup_usbtransport': /root/software/build/bluez/obex-data-server/src/ods-obex.c:408: undefined reference to `OBEX_FindInterfaces' collect2: ld returned 1 exit status |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 155 | OPP | major | always | 2009-01-29 07:27 | 2009-10-21 20:13 | Jo | skirsdeda | normal | closed | none | none | 0.4.2 | fixed | 0 | ODS does not response the cancel request if the opponent is in a suspended state |
Here is my problamatic situation. I tried to send a file using OPP to other phone. When the request is reached to the remote phone, it went into a suspended mode waiting for a user's determination whether to accept the file. At this moment I cancelled the file transmission via "cancel" dbus call to ODS. But at this moment the opponent phone seems that it does not send any response to the ODS. Therefore ODS can not perform the cancel procedure cause it does not get to the "ods_obex_writestream". ODS just waits for the non-answering response. This situation happens when the remote target is a Samsung phone with its secure mode set on. In short, my question is how to cancel the ongoing request even the opponent does not send a response, i.e., ODS does not get an "OBEX_EV_STREAMEMPTY" signal. I attach a ODS log below indicating the cancel call timing. Thanks in advance. |
** Message: LOCK ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 0 ** (obex-data-server:923): WARNING **: PROGRESS: 8132 ** Message: UNLOCK >> Here ods_session_cancel is called << ** Message: LOCK >> But no progress << |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 162 | General | major | always | 2009-05-29 12:07 | 2009-10-19 20:13 | maximi89 | normal | closed | none | none | 0.4.4 | no change required | 0 | obex-data-server can't respond to petitions of bluetooth devices |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530826 [^] when a device try to contact to a computer with obex-data-server running, nothing happens, because this don't don't responde nothing, but sending files works good... using bluez-gnome like say the link maximi89@Maximiliano:~$ sudo hcidump [sudo] password for maximi89: HCI sniffer - Bluetooth packet analyzer ver 1.42 device: hci0 snap_len: 1028 filter: 0xffffffff > HCI Event: Connect Request (0x04) plen 10 < HCI Command: Accept Connection Request (0x01|0x0009) plen 7 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Role Change (0x12) plen 8 > HCI Event: Connect Complete (0x03) plen 11 < HCI Command: Read Remote Supported Features (0x01|0x001b) plen 2 > HCI Event: Max Slots Change (0x1b) plen 3 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Connection Packet Type Changed (0x1d) plen 5 < HCI Command: Remote Name Request (0x01|0x0019) plen 10 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Read Remote Supported Features (0x0b) plen 11 > HCI Event: Remote Name Req Complete (0x07) plen 255 > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Connect req: psm 1 scid 0x0040 < ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Connect rsp: dcid 0x0040 scid 0x0040 result 1 status 0 Connection pending - No futher information available < ACL data: handle 1 flags 0x02 dlen 10 L2CAP(s): Info req: type 2 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Info rsp: type 2 result 0 Extended feature mask 0x0000 < ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Connect rsp: dcid 0x0040 scid 0x0040 result 0 status 0 Connection successful > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 4 MTU 1024 < ACL data: handle 1 flags 0x02 dlen 18 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4 MTU 1024 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 14 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 0 Success > ACL data: handle 1 flags 0x02 dlen 34 L2CAP(d): cid 0x0040 len 30 [psm 1] SDP SSA Req: tid 0x1 len 0x19 pat uuid-16 0x1105 (OBEXObjPush) max 128 aid(s) 0x0000 (SrvRecHndl) 0x0001 (SrvClassIDList) 0x0002 (SrvRecState) 0x0006 (LangBaseAttrIDList) 0x0009 (BTProfileDescList) cont 00 < ACL data: handle 1 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SSA Rsp: tid 0x1 len 0x5 count 2 cont 00 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn req: dcid 0x0040 scid 0x0040 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn rsp: dcid 0x0040 scid 0x0040 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Disconn Complete (0x05) plen 4 maximi89@Maximiliano:~$ obex-data-server --no-daemon ** Message: obex-data-server 0.4.4 ** Message: Using Session bus i try with gnome-obex-server and works great. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 106 | General | major | always | 2008-07-08 13:46 | 2009-03-23 07:44 | justinas | vygantas | normal | resolved | none | none | fixed | 0 | nesudeti visi actionai i weblancet_clean ir web;ancet_b_vupraktika | nesudeti info i weblancet_clean ir praktika del to negalima kai kuriu elementu istrinti ir t.t. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | General | major | always | 2007-02-20 01:48 | 2009-03-23 07:39 | skirsdeda | justinas | urgent | resolved | none | none | fixed | 0 | Suimplementuoti 'Override' direktorija | Panaikinti 'Templates' direktorija ir vietoj to naudoti 'Override' direktorija, kur butu galima overridinti ne tik templatus bet ir klases. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 104 | General | major | always | 2008-07-08 13:20 | 2009-03-23 07:32 | justinas | vygantas | high | resolved | none | none | fixed | 0 | Neprisijungia prie TVS | Neprisijungia prie TVS jeigu esi katik atsijunges ir URL buna ?Action=Security/Logout |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 157 | General | major | always | 2009-02-10 10:43 | 2009-03-05 12:28 | yelo3 | skirsdeda | normal | assigned | none | none | 0.4.3 | open | 0 | nokia: BT hang when copying files |
versions 0.4.3 and 0.4.4 I'm using gvfs to mount and browse my nokia 6630. Then I use gnome-terminal to access it. whenever I copy a file to my home directory (and also other destinations) the terminal hangs (the same if using nautilus) without any type of debuggung infirmation. To make it come back I have to disable BT on my nokia phone. I don't know how to obtain further debug, can you help me? thanks |
ods.log (9 KB) 2009-02-10 14:32 ods-session-test.py (5 KB) 2009-02-10 23:39 obex.debug (32 KB) 2009-02-12 22:43 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 153 | General | major | N/A | 2009-01-27 04:41 | 2009-02-08 17:25 | cosimoc | skirsdeda | normal | closed | none | none | 0.4.2 | fixed | 0 | RemoteCopy and RemoteMove methods haven't been added to the DBus XML descriptor. | SSIA, patch attached. | remote-methods.patch (2 KB) 2009-01-27 04:41 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 148 | General | major | always | 2008-11-20 03:56 | 2009-02-08 17:25 | Jo | skirsdeda | normal | closed | none | none | 0.4.2 | fixed | 0 | After calling CancelSessionConnect, unable to reconnect OBEX server for about 1 minute. |
If we cancel the client connection while the OBEX server is waiting to determine whethere to accept or reject our connection, ODS and our application terminates the onging connection without problems. But if we try the connection again to the same target, the connection fails for about 1 minutes. After that period we can connect it normally. I attach the ODS logs below. |
(1st client connect and cancel connect) ** Message: Parsed[0]: ftp ** Message: Connected SDP session ** Message: SDP search process ** Message: SDP search process ** Message: SDP search completed ** Message: getting RFCOMM channel ** Message: Connect in progress ** Message: session closed ** Message: Removing listened DBUS name :1.78 (object: /org/openobex/session6) (2nd client connect trial) ** Message: Parsed[0]: ftp ** Message: Connected SDP session ** Message: SDP search process ** Message: SDP search process ** Message: SDP search completed ** Message: getting RFCOMM channel ** Message: session closed ** Message: Removing listened DBUS name :1.78 (object: /org/openobex/session7) |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 151 | FTP | major | always | 2008-12-02 07:43 | 2009-02-07 00:12 | Jo | skirsdeda | normal | closed | none | none | 0.4.2 | fixed | 0 | "local_file_test" for GET operation fails if I pass a location to save a file. | Using the newest ODS code from SVN, if I call "ods_session_copy_remote_file" ODS now checks the local path using g_file_test but the local path means the path where received file will be saved as explained in "dbus-api.txt" file. So if I pass a location at which I want to save a received file, g_file_test fails because the location is empty currently. Previous ODS only checks if the local_path is "\0". I wonder if the meaning of the local_path has changed. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 61 | General | major | always | 2008-03-13 15:01 | 2008-10-17 19:59 | prahal | skirsdeda | normal | closed | none | none | 0.3 | no change required | 0 | if I set my adapter in place of the default in test/ods-server-test.py obex-data-manager fails to register to sdp |
I found that in case the adapter is not set to default ods-bluez.c set the dbus proxy to the path of the adapter instead of /org/bluez : get_database_proxy : database_proxy = dbus_g_proxy_new_for_name (klass->connection, "org.bluez", adapter_object, "org.bluez.Database"); This makes calls to AddServiceRegister to fail with : "Method "AddServiceRecord" with signature "ay" on interface "org.bluez.Database" doesn't exist" which I first though was an error in the call but in fact is an error in the path . /org/bluez/hciX (here hci0) does not have Database interface thus it fails. To fix it I replaced adapter_object by "/org/bluez". I do nto send it as a patch because it is a hack . I guess that if adapater_object is of no use the whole function could be simplified to only be : static DBusGProxy* get_database_proxy (OdsBluez *bluez, const gchar *device) { GError *error = NULL; DBusGProxy *database_proxy; OdsBluezClass *klass = ODS_BLUEZ_GET_CLASS (bluez); database_proxy = dbus_g_proxy_new_for_name (klass->connection, "org.bluez", "/org/bluez", "org.bluez.Database"); return database_proxy; } And even the device argument could go away but this would break api so I don't know (is this function internal ?) Best regards Alban |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 54 | General | major | always | 2008-02-27 20:52 | 2008-10-17 19:59 | hadess | skirsdeda | high | closed | none | none | fixed | 0 | Accept/Reject doesn't work for short files |
The attached patch adds Accept/Reject support to the test server. It fails to work for short files (in this case a todo item from my Nokia phone, 246 bytes) though, it works well with larger files (photos sent from the phone). Marking as major severity and private, as it's a potential security issue. |
Log with the short file: $ ./ods-server-test.py opp ~/Desktop/Downloads/ Server object: /org/openobex/server2 Started Session created: /org/openobex/serversession2 Session Bluetooth address: 00:12:D2:79:B7:33 >>/org/openobex/serversession2<< Transfer started (Nokia.vcs, /home/hadess/Desktop/Downloads/Nokia(2).vcs, 246) ERROR:dbus.connection:Exception in handler for D-Bus signal: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 210, in maybe_handle_message self._handler(*args, **kwargs) File "./ods-server-test.py", line 49, in transfer_started_cb self.session.Accept() File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 135, in __call__ **keywords) File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 603, in call_blocking message, timeout) DBusException: org.openobex.Error.Failed: There is no transfer in progress >>/org/openobex/serversession2<< Transfer completed >>/org/openobex/serversession2<< Disconnected Session removed: /org/openobex/serversession2 Log with the bigger file: $ ./ods-server-test.py opp ~/Desktop/Downloads/ Server object: /org/openobex/server0 Started Session created: /org/openobex/serversession0 Session Bluetooth address: 00:12:D2:79:B7:33 >>/org/openobex/serversession0<< Transfer started (Image000.jpg, /home/hadess/Desktop/Downloads/Image000(1).jpg, 673328) >>/org/openobex/serversession0<< Progress: 0 % >>/org/openobex/serversession0<< Transfer cancelled >>/org/openobex/serversession0<< Disconnected Session removed: /org/openobex/serversession0 |
ods-auto-accept-test.patch (1 KB) 2008-02-27 20:52 ods-accept-bug-log.txt (2 KB) 2008-03-01 15:26 ods-accept-bug-log-2.txt (2 KB) 2008-03-02 04:45 ods-accept-bug-log-working.txt (64 KB) 2008-03-02 04:49 openobex_cvs.patch (0 KB) 2008-05-12 23:00 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 103 | General | major | have not tried | 2008-07-03 16:40 | 2008-10-17 19:59 | skirsdeda | skirsdeda | normal | closed | none | none | fixed | 0 | Problems when selecting different hci dev for session | Sometimes when connecting session, binding to hci dev fails. | close.patch (2 KB) 2008-07-13 19:43 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 73 | General | major | N/A | 2008-05-09 17:07 | 2008-10-17 19:59 | cktakahasi | skirsdeda | normal | closed | none | none | 0.3.1 | fixed | 0 | Use BlueZ 4.0 API | BlueZ D-Bus API 3.X are going to be deprecated. ODS needs to be converted to the new API. |
new_api.patch (1 KB) 2008-07-02 18:17 ods_bluez4_api.patch (2 KB) 2008-07-06 01:23 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 136 | General | major | always | 2008-09-25 14:01 | 2008-10-17 19:59 | heston_james | skirsdeda | normal | closed | none | none | fixed | 0 | SDP Starts to fail after running for a while. |
Morning Tadas, After running some tests with the latest SVN this past 24 hours I've seen an issue arise. Seems that after having been running for a considerable amount of time and creating a few thousand sessions all connection attempts start to fail with the following error message: org.openobex.Error.ConnectionAttemptFailed, Service search failed (Too many open files) I'll leave it with you, if you want me to give you any more info then please feel free to ask :-) Cheers, Heston |
valgrind_output (81 KB) 2008-09-26 17:09 strace_out (100 KB) 2008-10-03 18:15 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 107 | General | major | always | 2008-07-11 17:49 | 2008-10-17 19:59 | monreal | skirsdeda | normal | closed | none | none | 0.3.1 | fixed | 0 | File transfers hanging with gnome-user-share |
Note that this is most likely a bug in gnome-user-share but it would be great if you could confirm and point into the right direction. The problem: sending files larger than 7.9kb gets stuck and I have to cancel the transfer when using gnome-user-share. With a simple test setup like this it works great, though: obex-data-server --no-daemon ods-server-test.py opp ~/Download/ I'll attach the obex-data-server and hcidump logs for both the test setup (test) and gnome-user-share (gus) runs. |
test.log (3 KB) 2008-07-11 17:50 gus.log (2 KB) 2008-07-11 17:50 hcidump-test.log (132 KB) 2008-07-11 17:51 hcidump-gus.log (74 KB) 2008-07-11 17:51 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 75 | General | major | always | 2008-05-11 21:37 | 2008-10-05 19:49 | Vudentz | normal | closed | none | none | 0.3.1 | open | 0 | Use of dbus_g_proxy_call may cause ods to block | dbus_g_proxy_call is known to be synchronous call that wait for the reply while it blocks the mainloop. This behavior is very undesirable on daemons, specially dbus daemons as ods, since it make the process unresponsive until a reply/error is received back. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 123 | BIP | major | always | 2008-08-21 02:59 | 2008-09-13 02:25 | cktakahasi | normal | new | none | none | 0.3.4 | open | 0 | BIP - Cancel + re-send doesn't work | It is not possible send an image after Cancel a session. See the log in the "Additional Information" field. |
# Testing on HP PhotoSmart ####### Sending first image using ods-bip-test.py ** (obex-data-server:8993): WARNING **: PROGRESS: 91692 ** Message: io callback ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 9 ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 2, response OK, Success ** Message: LOCK ** Message: Sending CMD_DISCONNECT ** Message: UNLOCK ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 1, response OK, Success ** Message: LOCK ** Message: UNLOCK ** Message: session closed ** Message: Removing listened DBUS name :1.76 (object: /org/openobex/session0) ** Message: Removed from listened DBUS names list ** Message: closing connection #### Pressing Cancel in the printer and sending the same image again ** Message: Parsed[0]: bip, Parsed[1]: (null) ** Message: supp_capabilities: 0 ** Message: supp_features: 1 ** Message: supp_funcs: 3 ** Message: data_cap: 3072000 ** Message: Connecting to 00:0C:55:BC:10:85 using channel 3 ** Message: Connect in progress ** Message: Connected ** Message: Imaging SDP data: ** Message: >> capabilities: 0 ** Message: >> features: 1 ** Message: >> functions: 3 ** Message: >> capacity: 3072000 ** Message: Session created by: :1.77 ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 0, response OK, Success ** Message: LOCK obex-data-server: unable to initialize module loader `Success'. ##### Pressed CTRL+c in the ods-bip-test.py ** (obex-data-server:8993): WARNING **: DBUS NAME REMOVED: :1.77 ** (obex-data-server:8993): WARNING **: Finalizing session ** Message: attempting to close session ##### Bluetooth connection still open ** Message: me was killed ** Message: Disposing manager ** Message: attempting to close session ** Message: me was killed ** Message: Disposing manager ##### CTRL+c doesn't kill obex-data-server ** Message: me was killed ** Message: Disposing manager ** Message: me was killed ** Message: Disposing manager ** Message: me was killed ** Message: Disposing manager |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 67 | General | major | always | 2008-04-01 16:56 | 2008-06-19 17:24 | fcrozat | skirsdeda | normal | assigned | none | none | 0.3 | fixed | 0 | obex-data-server doesn't support non-UTF8 locale filename |
on system using non-UTF8 french locale (fr_FR.ISO-8859-1), obex-data-server is not able to receive any file (through bluez-gnome) because XDG download dir is "~/Téléchargements" : when G_FILENAME_ENCODING is set to '@locale' (which is the case on most distributions), filename (and path) are encoded in ISO-8859-1. Therefore, obex-data-server should use g_filename_from_utf8 (and _to_utf8) to make sure filename received / send (which should always be in UTF-8) are converted correctly to the right locale |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 55 | General | major | always | 2008-02-29 22:33 | 2008-06-19 15:05 | hadess | skirsdeda | high | closed | none | none | fixed | 0 | Doesn't implement Nokia UUID work-around |
In gnome-vfs-obexftp, there was a work-around for Nokia phones (in particular the N70): http://bazaar.launchpad.net/~jamesh/gnome-vfs-obexftp/devel/annotate/james%40jamesh.id.au-20070714105344-rfpan8fzk8d4l0n2?file_id=ombluetooth.c-20070610112304-bpal1vz7gu1r5z6f-1 [^] See line 79 and below. This breaks browsing files on remote devices in that it actually connects to the standard ObexFTP channel which lists no files (as seen in http://bugzilla.gnome.org/show_bug.cgi?id=519593) [^] |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 85 | General | major | always | 2008-05-21 21:32 | 2008-06-19 15:05 | cktakahasi | larry | normal | closed | none | none | 0.3.1 | fixed | 0 | Deleting a file doesn't report error properly |
If the file doesn't exist or the user doesn't have permission to remove it, ODS always report success. See File Transfer Profile section "5.8.1 Deleting Files" to find which values must be returned. *** Environment state *** * shared folder: /tmp/ffp Permissions: drwxr-xr-x 2 root root 4096 2008-05-21 15:16 ftp * folder content: cktakahasi@krau-note:/tmp/ftp$ ls -l total 0 -rw-r--r-- 1 root root 0 2008-05-21 14:29 ftp.txt /* HCIDUMP: Reports success when unauthorized or the file doesn't exist */ > ACL data: handle 46 flags 0x02 dlen 35 L2CAP(d): cid 0x0041 len 31 [psm 3] RFCOMM(d): UIH: cr 1 dlci 20 pf 0 ilen 27 fcs 0x31 OBEX: Put cmd(f): len 27 Connection ID (0xcb) = 1 Name (0x01) = Unicode length 16 0000: 00 6b 00 72 00 61 00 75 00 2e 00 70 00 6e 00 67 .k.r.a.u...p.n.g < ACL data: handle 46 flags 0x02 dlen 11 L2CAP(d): cid 0x0041 len 7 [psm 3] RFCOMM(d): UIH: cr 0 dlci 20 pf 0 ilen 3 fcs 0xeb OBEX: Put rsp(f): status 200 len 3 |
bug_85.patch (1 KB) 2008-05-28 00:39 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 82 | General | major | always | 2008-05-20 19:34 | 2008-06-19 15:05 | cktakahasi | larry | high | closed | none | none | 0.3.1 | fixed | 0 | OBEX Push service can be used to send FTP commands |
OBEX Push must not handle FTP commands. How reproduce: Host A: 1. Start the obex-data-server 2. Run an obex push server: $./ods-server-test.py opp /tmp Host B: $obex_test -b xx:xx:xx:xx:xx:xx 9 Using Bluetooth RFCOMM transport OBEX Interactive test client/server >c Server request finished! server_done() Command (00) has now finished >t bug >> SETPATH>Server request finished ... Probably this problem also happen with other OBEX FTP commands. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 77 | General | major | always | 2008-05-12 22:49 | 2008-06-19 15:05 | skirsdeda | larry | normal | closed | none | none | 0.3.1 | fixed | 0 | After cancelling ServerSession, ods can't exit |
1) Run ods-server-test.py 2) Initiate transfer 3) Kill ods-server-test.py during transfer (ServerSession gets cancelled) 4) Kill obex-data-server ods doesn't exit, outputs message: ** (obex-data-server:25651): WARNING **: DBus error (RemoveServiceRecord): Not available |
ods-server.c.patch (1 KB) 2008-05-19 16:08 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 91 | General | major | always | 2008-05-23 00:14 | 2008-06-19 15:05 | cktakahasi | vcgomes | high | closed | none | none | 0.3.1 | fixed | 0 | Build error on scratchbox chinook armel |
make[3]: Entering directory `/home/cktakahasi/ods/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Werror -Wcast-align -Wnested-externs -Wpointer-arith -Wsign-compare -g -O2 -g -pg -Wno-strict-aliasing -Wno-sign-compare -MT ods-bluez.o -MD -MP -MF ".deps/ods-bluez.Tpo" -c -o ods-bluez.o ods-bluez.c; \ then mv -f ".deps/ods-bluez.Tpo" ".deps/ods-bluez.Po"; else rm -f ".deps/ods-bluez.Tpo"; exit 1; fi ods-bluez.c: In function `get_remote_service_handles_cb': ods-bluez.c:384: warning: cast increases required alignment of target type make[3]: *** [ods-bluez.o] Error 1 make[3]: Leaving directory `/home/cktakahasi/ods/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/cktakahasi/ods/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/cktakahasi/ods' make: *** [all] Error 2 |
ods-portability.patch (2 KB) 2008-05-30 21:54 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 86 | General | major | always | 2008-05-21 21:49 | 2008-06-19 15:05 | cktakahasi | larry | normal | closed | none | none | 0.3.1 | fixed | 0 | Deleting a folder doesn't report errors properly |
ODS returns success code in spite of error conditions. According to the File Transfer Profile(section 5.8.2): "Deleting a non-empty folder will delete all its contents, including other folders. Some Servers may not allow this operation and will return the “Precondition Failed” (0xCC) response code, indicating that the folder is not empty." In the test scenario, "folder1" was not removed, but success is returned. /* Folders content */ cktakahasi@krau-note:/tmp/ftp$ ls -l total 4 drwxr-xr-x 2 cktakahasi cktakahasi 4096 2008-05-21 15:32 folder1 -rw-r--r-- 1 cktakahasi cktakahasi 0 2008-05-21 14:29 ftp.txt cktakahasi@krau-note:/tmp/ftp$ ls -l folder1/ total 0 -rw-r--r-- 1 cktakahasi cktakahasi 0 2008-05-21 15:32 file1.txt -rw-r--r-- 1 cktakahasi cktakahasi 0 2008-05-21 15:32 file2.txt /* HCIDUMP indicates that ODS returned success */ > ACL data: handle 47 flags 0x02 dlen 35 L2CAP(d): cid 0x0040 len 31 [psm 3] RFCOMM(d): UIH: cr 1 dlci 20 pf 0 ilen 27 fcs 0x31 OBEX: Put cmd(f): len 27 Connection ID (0xcb) = 1 Name (0x01) = Unicode length 16 0000: 00 66 00 6f 00 6c 00 64 00 65 00 72 00 31 00 00 .f.o.l.d.e.r.1.. < ACL data: handle 47 flags 0x02 dlen 11 L2CAP(d): cid 0x004d len 7 [psm 3] RFCOMM(d): UIH: cr 0 dlci 20 pf 0 ilen 3 fcs 0xeb OBEX: Put rsp(f): status 200 len 3 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 83 | General | major | always | 2008-05-21 19:57 | 2008-06-19 15:05 | cktakahasi | larry | normal | closed | none | none | 0.3.1 | fixed | 0 | Crash on exit |
There is a crash when the daemon exits. Pre-condition: one server active. How Reproduce: 1. Start the ODS: $obex-data-server --no-daemon 2. create a server: $./obex-server-test.py opp /tmp 3. Press CRTL + C -- There is a segmentation fault when the daemon exits. See the log below: ** Message: me was killed ** Message: Disposing manager ** Message: server stopped ** Message: Default adapter ** Message: Disposing Server ** Message: Server disposed at once ** Message: server closed ** Message: Removing listened DBUS name :1.72 (object: /org/openobex/server0) ** Message: Removed from listened DBUS names list ** Message: Manager disposed ** Message: quitting main loop ==21297== Invalid read of size 4 ==21297== at 0x409F624: g_hash_table_foreach (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x8050B37: ods_manager_dispose (ods-manager.c:819) ==21297== by 0x4045D6F: g_object_run_dispose (in /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x804E6AA: sig_term (ods-main.c:52) ==21297== by 0x41BF127: (within /lib/tls/i686/cmov/libc-2.7.so) ==21297== by 0x40AFE7E: (within /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40B01E6: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x804EB77: main (ods-main.c:174) ==21297== Address 0x84 is not stack'd, malloc'd or (recently) free'd ==21297== ==21297== Process terminating with default action of signal 11 (SIGSEGV) ==21297== Access not within mapped region at address 0x84 ==21297== at 0x409F624: g_hash_table_foreach (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x8050B37: ods_manager_dispose (ods-manager.c:819) ==21297== by 0x4045D6F: g_object_run_dispose (in /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x804E6AA: sig_term (ods-main.c:52) ==21297== by 0x41BF127: (within /lib/tls/i686/cmov/libc-2.7.so) ==21297== by 0x40AFE7E: (within /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40B01E6: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x804EB77: main (ods-main.c:174) ==21297== ==21297== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 33 from 1) ==21297== malloc/free: in use at exit: 140,120 bytes in 650 blocks. ==21297== malloc/free: 3,362 allocs, 2,712 frees, 433,999 bytes allocated. ==21297== For counts of detected errors, rerun with: -v ==21297== searching for pointers to 650 not-freed blocks. ==21297== checked 272,004 bytes. ==21297== ==21297== ==21297== 800 bytes in 20 blocks are possibly lost in loss record 4 of 14 ==21297== at 0x4021BDE: calloc (vg_replace_malloc.c:397) ==21297== by 0x40B49A4: g_malloc0 (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x405BF74: (within /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x405C114: (within /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x405EE3F: g_type_init_with_debug_flags (in /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x405EFA1: g_type_init (in /usr/lib/libgobject-2.0.so.0.1600.3) ==21297== by 0x804E90E: main (ods-main.c:123) ==21297== ==21297== ==21297== 4,792 bytes in 9 blocks are possibly lost in loss record 10 of 14 ==21297== at 0x4021A92: memalign (vg_replace_malloc.c:460) ==21297== by 0x4021B3F: posix_memalign (vg_replace_malloc.c:569) ==21297== by 0x40C9103: (within /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40CA330: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x408750E: g_array_sized_new (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x4087616: g_array_new (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40D539F: g_static_private_set (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40DBDC0: g_get_charset (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40B6B15: g_log_default_handler (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40B5BFB: g_logv (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x40B5E88: g_log (in /usr/lib/libglib-2.0.so.0.1600.3) ==21297== by 0x804E978: main (ods-main.c:129) ==21297== ==21297== LEAK SUMMARY: ==21297== definitely lost: 0 bytes in 0 blocks. ==21297== possibly lost: 5,592 bytes in 29 blocks. ==21297== still reachable: 134,528 bytes in 621 blocks. ==21297== suppressed: 0 bytes in 0 blocks. ==21297== Reachable blocks (those to which a pointer was found) are not shown. ==21297== To see them, rerun with: --leak-check=full --show-reachable=yes Segmentation fault |
bug_83.patch (3 KB) 2008-05-26 20:16 bug83_cont.patch (3 KB) 2008-05-28 22:03 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 63 | General | major | always | 2008-03-26 12:29 | 2008-06-18 18:44 | Py | skirsdeda | normal | closed | none | none | 0.3 | fixed | 0 | auto_accept parameter in Server.start not respected in opp mode, always considered true | In OPP mode, whatever the value passed to the auto_accept parameter in Start on the Server hierarchy, ods behaves as if it was "True". So there is no way to accept/reject individual pushes. | Attached is a simple python piece of cade, which simply is a slightly modified version of odsserver.py. auto_accept = False, but pushes are always auto-accepted. | odserversimple.py (3 KB) 2008-03-26 12:29 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 70 | General | major | always | 2008-04-03 17:01 | 2008-05-14 04:21 | iamer | skirsdeda | normal | closed | none | none | 0.3.1 | no change required | 0 | Cannot recieve files using bluetooth |
I am trying to send files from a mobile phone ( N70 and W960i ) to my laptop using a usb dongle. The phone always complains "Failed to connect". I remember this used to work when I had Gutsy and when i first upgraded to Hardy. I have all bluetooth related packages installed and updated, and using bluetooth-applet the laptop is discoverable and file receiving is enabled. Expected : Sent file should be received. What happened : obex-data-server is running and creates its dbus service fine. I can send things from the laptop to the mobile. I have hcidump of the failed connection mobile --> laptop. HCI sniffer - Bluetooth packet analyzer ver 1.40 device: hci0 snap_len: 1028 filter: 0xffffffffffffffff > HCI Event: Connect Request (0x04) plen 10 < HCI Command: Accept Connection Request (0x01|0x0009) plen 7 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Connect Complete (0x03) plen 11 < ACL data: handle 1 flags 0x02 dlen 10 L2CAP(s): Info req: type 2 < HCI Command: Read Remote Supported Features (0x01|0x001b) plen 2 > HCI Event: Command Status (0x0f) plen 4 < HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4 > HCI Event: Max Slots Change (0x1b) plen 3 > HCI Event: Command Complete (0x0e) plen 6 < HCI Command: Change Connection Packet Type (0x01|0x000f) plen 4 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Connect req: psm 1 scid 0x0040 > HCI Event: Command Status (0x0f) plen 4 < HCI Command: Remote Name Request (0x01|0x0019) plen 10 < ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Connect rsp: dcid 0x0040 scid 0x0040 result 0 status 0 Connection successful > HCI Event: Connection Packet Type Changed (0x1d) plen 5 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Connection Packet Type Changed (0x1d) plen 5 > ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Info rsp: type 2 result 0 Extended feature mask 0x0003 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Read Remote Supported Features (0x0b) plen 11 > ACL data: handle 1 flags 0x02 dlen 10 L2CAP(s): Info req: type 2 < ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Info rsp: type 2 result 0 Extended feature mask 0x0000 > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0 < ACL data: handle 1 flags 0x02 dlen 18 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4 Success MTU 672 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Remote Name Req Complete (0x07) plen 255 > HCI Event: Number of Completed Packets (0x13) plen 5 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 18 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4 Success MTU 672 > ACL data: handle 1 flags 0x02 dlen 17 L2CAP(d): cid 0x0040 len 13 [psm 1] SDP SS Req: tid 0x1 len 0x8 pat uuid-16 0x1105 (OBEXObjPush) max 65535 cont 00 < ACL data: handle 1 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SS Rsp: tid 0x1 len 0x5 count 0 cont 00 > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn req: dcid 0x0040 scid 0x0040 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn rsp: dcid 0x0040 scid 0x0040 > HCI Event: Number of Completed Packets (0x13) plen 5 < HCI Command: Disconnect (0x01|0x0006) plen 3 > HCI Event: Command Status (0x0f) plen 4 > HCI Event: Disconn Complete (0x05) plen 4 I ran obex-data-server like this, and didn't get any useful messages : obex-data-server --no-daemon ** Message: obex-data-server 0.3.1 ** Message: Using Session bus ** Message: server socket created ** Message: Server created by: :1.5 ** (obex-data-server:18583): WARNING **: Server path: /home/iamer/Desktop ** Message: Default adapter |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 40 | General | major | always | 2008-01-30 15:04 | 2008-01-30 15:04 | justinas | normal | new | none | none | open | 0 | Įmanoma sukurti link'ą su nuoroda į patį save. | To pasekoje tinklapis u | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | General | major | always | 2007-02-03 00:50 | 2007-10-23 16:03 | skirsdeda | normal | confirmed | none | none | open | 0 | Identifier sequencai veikia neoptimaliai |
Nera suimplementuotas joks cache'inimo mechanizmas identifier'iu sequencams. Tarkim jei puslapyje yra 100 tokiu pachiu linku, tai bus daroma 100 DB queriu. REIKIA perdaryti VirtualPage klase, kad cache'intu ishrezolvintus identifier'ius (ir galbut dar kazhka :).. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | General | major | always | 2007-02-21 00:05 | 2007-10-23 16:02 | skirsdeda | justinas | high | resolved | none | none | fixed | 0 | nepilnai sumerginti pakeitimai ish weblancet_db i weblancet trunk'a |
Pvz nesumergintas patsai Component/DataStructure, indexbench.php ir matomai dar kiti dalykai. Del shitos priezhasties prarasim branchu vienoduma, bo neimanoma mergint naujausiu pakeitimu i trunka. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 440 | General | minor | have not tried | 2010-04-26 12:08 | 2010-04-26 12:08 | justinas | normal | new | none | none | open | 0 | Neveikia vertimai su ' | Nu tiesiog neveikia | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 215 | General | minor | always | 2009-10-22 04:02 | 2009-10-22 19:02 | mikeyrb | skirsdeda | normal | resolved | none | none | 0.4.5 | fixed | 0 | USE_USB guards don't protect missing usb.h |
Not entirely sure which package usb.h comes in, but in any case, I did configure with usb disabled and I get build errors because of usb.h. If you move '#ifdef USE_USB' above the includes (but below '#include "config.h"'), all is well. This occurs in ods-usb.c and ods-usb.h. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 161 | General | minor | always | 2009-03-23 21:10 | 2009-10-21 20:13 | heston_james | skirsdeda | normal | closed | none | none | 0.4.4 | fixed | 0 | Access Denied when calling method. |
Hi Tadas, I'm recieving this error today when trying to use ODS on a newly built system, have you seen this error before? any suggestions on what might be causing it? I can connect and use BlueZ API's no problem at all. I'm trying to roll this for a system which we're installing for the client on wednesday so need to get it fixed ASAP. Many thanks mate, Heston |
Traceback (most recent call last): File "myapp.py", line 294, in <module> daemon.run() File "myapp.py", line 192, in run self.my_obex_manager = manager(bus, self.my_adapters, self.my_remote_devices) File "/myapp/src/model/obex/manager.py", line 64, in __init__ self.__logger.info("Using obex-data-server version: %s" % self.__manager.GetVersion()) File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in __call__ **keywords) File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=3798 comm="python myapp.py --no-daemon ") interface="org.openobex.Manager" member="GetVersion" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=3797 comm="obex-data-server --no-daemon --system-bus ")) |
Org.OpenObex.tar.gz (23 KB) 2009-04-17 13:09 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 158 | FTP | minor | always | 2009-02-14 13:39 | 2009-10-21 20:13 | skirsdeda | skirsdeda | normal | closed | none | none | 0.4.4 | fixed | 0 | Server does not support GET folder listing when using NAME header | FTP spec allows sending NAME header along with TYPE=x-obex/folder-listing. Name header specifies which folder to use without using SETPATH to go to that folder first. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 111 | General | minor | always | 2008-07-25 14:50 | 2009-10-21 20:13 | pwachend | skirsdeda | normal | closed | none | none | 0.3.1 | fixed | 0 | calling Method org.openobex.Session.Cancel() fails when org.openobex.Session.SendFile() is sending to Sony Ericsson mobiles |
Hello, I hope I'm right here. I'm using rev 1656 of ods from svn. org.openobex.Session.SendFile() ist started und trys to send data to my Sony Erricson Mobile over an OPP session. If I don't accept/cancel the connection the Operation never get's an timeout. Calling the session.Cancel() Method to stop the Sendjob fails with DBusException: org.freedesktop.DBus.Error.NoReply In the Additional Information is the output of obex-data-server --no-daemon while the pytonscript is running. The last ** Message: LOCK appearse after calling the Cancel() method of org.openobex.Session Using an Nokia mobile Phone, I don't even need to call the Cancel() function, because org.openobex.Error.ConnectionTimeout Error is droped after 30s. It's seems that the differt implementations of OPP, are interrupting the send processes at differnt points for the user request. Sorry for my bad english, Regards, Paul P.S.: where is the Connect() signal gone? |
** Message: obex-data-server 0.4svn ** Message: Using Session bus ** Message: Parsed[0]: opp, Parsed[1]: 6 ** Message: Connecting to 00:12:EE:58:72:1C using channel 6 ** Message: Connect in progress ** Message: LOCK ** Message: UNLOCK ** Message: LOCK ** Message: UNLOCK ** Message: LOCK ** Message: UNLOCK ** Message: LOCK ** Message: UNLOCK ** Message: LOCK ** Message: UNLOCK ** Message: Connected ** Message: Session created by: :1.36 ** Message: io callback ** Message: event: 3 ** Message: obex_request_done: command 0, response OK, Success ** Message: LOCK ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 7 ** Message: event: 8 ** Message: obex_writestream ** Message: writestream from File: 7 ** Message: event: 0 ** (obex-data-server:24366): WARNING **: PROGRESS: 7792 ** Message: UNLOCK ** Message: LOCK |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 206 | General | minor | have not tried | 2009-10-09 00:41 | 2009-10-21 20:13 | skirsdeda | skirsdeda | normal | closed | none | none | 0.4.4 | fixed | 0 | man page outdated | man page should be updated with new logging options and other stuff | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 172 | General | minor | have not tried | 2009-08-26 22:39 | 2009-10-21 20:13 | skirsdeda | skirsdeda | normal | closed | none | none | 0.4.4 | fixed | 0 | README file is empty | Fill in with basic info. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 213 | General | minor | have not tried | 2009-10-18 16:49 | 2009-10-21 20:13 | skirsdeda | normal | new | none | none | 0.4.5 | open | 0 | Check dbus service file when running in system bus | When running in system bus (ods -s), check dbus .service file on startup so that ods would have -s arg in .service file! | < | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||