Thanks for your reply. This is a DNG file straight from a DNG capable
camera. In the past I worked with older versions of ufraw and gimp using
the same camera. (I was on Kubuntu 12.04 then.) I recently started using
Arch Linux. So far I do not find any ufraw package with debug symbols in
the Arch  repo. I'll ask them about that.

I don't know if the following is of any help, but just in case here it is:

$ gdb ufraw /path/to/file.DNG
GNU gdb (GDB) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ufraw...(no debugging symbols found)...done.
"/path/to/file.DNG" is not a core dump: File format not recognized
(gdb) r
Starting program: /usr/bin/ufraw
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffecfd1700 (LWP 10275)]

(ufraw:10271): Gtk-WARNING **: Theme file for default has no name


(ufraw:10271): Gtk-WARNING **: Theme file for default has no directories

[New Thread 0x7fffe7fff700 (LWP 10276)]
[New Thread 0x7fffe77fe700 (LWP 10277)]
[New Thread 0x7fffe6824700 (LWP 10278)]
[New Thread 0x7fffe6023700 (LWP 10279)]
[New Thread 0x7fffe5822700 (LWP 10280)]
[New Thread 0x7fffe5021700 (LWP 10281)]
[New Thread 0x7fffe4820700 (LWP 10282)]
[New Thread 0x7fffc1fcf700 (LWP 10283)]
[New Thread 0x7fffc17ce700 (LWP 10284)]
[New Thread 0x7fffc0fcd700 (LWP 10285)]
[New Thread 0x7fffb7ffe700 (LWP 10286)]
[Thread 0x7fffc0fcd700 (LWP 10285) exited]
[Thread 0x7fffe77fe700 (LWP 10277) exited]
[Thread 0x7fffb7ffe700 (LWP 10286) exited]
[Thread 0x7fffe6824700 (LWP 10278) exited]
[Thread 0x7fffe4820700 (LWP 10282) exited]
[Thread 0x7fffe6023700 (LWP 10279) exited]
[Thread 0x7fffe5822700 (LWP 10280) exited]
[Thread 0x7fffc17ce700 (LWP 10284) exited]
[Thread 0x7fffe7fff700 (LWP 10276) exited]
ufraw: tiffcomposite.cpp:749: virtual Exiv2::Internal::TiffComponent*
Exiv2::Internal::TiffMnEntry::doAddPath(uint16_t,
Exiv2::Internal::TiffPath&, Exiv2::Internal::TiffComponent*,
Exiv2::Internal::TiffComponent::AutoPtr): Assertion `mn_' failed.

Thread 1 "ufraw" received signal SIGABRT, Aborted.
0x00007ffff4017295 in raise () from /usr/lib/libc.so.6
(gdb) bt
#0  0x00007ffff4017295 in raise () from /usr/lib/libc.so.6
#1  0x00007ffff40186da in abort () from /usr/lib/libc.so.6
#2  0x00007ffff4010297 in __assert_fail_base () from /usr/lib/libc.so.6
#3  0x00007ffff4010342 in __assert_fail () from /usr/lib/libc.so.6
#4  0x00007ffff7a4f91e in ?? () from /usr/lib/libexiv2.so.14
#5  0x00007ffff7a4a072 in ?? () from /usr/lib/libexiv2.so.14
#6  0x00007ffff7a4ab07 in ?? () from /usr/lib/libexiv2.so.14
#7  0x00007ffff7a4a072 in ?? () from /usr/lib/libexiv2.so.14
#8  0x00007ffff7a4f5bb in ?? () from /usr/lib/libexiv2.so.14
#9  0x00007ffff7a4a072 in ?? () from /usr/lib/libexiv2.so.14
#10 0x00007ffff7a4ab07 in ?? () from /usr/lib/libexiv2.so.14
#11 0x00007ffff7a4a072 in ?? () from /usr/lib/libexiv2.so.14
#12 0x00007ffff7a67d9c in ?? () from /usr/lib/libexiv2.so.14
#13 0x00007ffff7a55f3d in ?? () from /usr/lib/libexiv2.so.14
#14 0x00007ffff79e75c6 in Exiv2::ExifParser::encode(std::vector<unsigned
char, std::allocator<unsigned char> >&, unsigned char const*, unsigned int,
Exiv2::ByteOrder, Exiv2::ExifData const&) ()
   from /usr/lib/libexiv2.so.14

On Mon, Aug 1, 2016 at 1:31 PM, Pascal de Bruijn <pmjdebru...@pcode.nl>
wrote:

> On Sat, Jul 30, 2016 at 10:37 PM, Dave T <davestechs...@gmail.com> wrote:
>
>> I'm running Arch Linux 64 bit. I installed this package today:
>>
>> Arch Linux - gimp-ufraw 0.22-7 (x86_64)
>> https://www.archlinux.org/packages/comm … imp-ufraw/
>> <https://www.archlinux.org/packages/community/x86_64/gimp-ufraw/>
>>
>> install:
>>
>> $ sudo pacman -S gimp-ufraw
>>
>> run:
>>
>> ufraw /path/to/file.dng
>>
>> Error message:
>>
>>> ufraw: tiffcomposite.cpp:749: virtual Exiv2::Internal::TiffComponent* 
>>> Exiv2::Internal::TiffMnEntry::doAddPath(uint16_t, 
>>> Exiv2::Internal::TiffPath&, Exiv2::Internal::TiffComponent*, 
>>> Exiv2::Internal::TiffComponent::AutoPtr): Assertion `mn_' failed.
>>> Aborted (core dumped)
>>>
>>> I would guess this is most likely an Exiv2 issue (in which case you'd
> need to report the issue there), not per-se UFRaw... but...
>
> Does archlinux install debug symbols by default? Or do you need to install
> ufraw-debug or ufraw-dbg package for that? If need be, please do so... then
> try:
>
>  gdb ufraw /path/to/file.dng
> r
> (do whatever it takes to make it crash)
> bt
>
> and post the backtrace back here.
>
> Regards,
> Pascal de Bruijn
>
> PS: As a sidenote, what is the source of the DNG file you're trying to
> load? Is it straight from a DNG capable camera? Is it a DNG converted from
> a RAW using Adobe's DNG Converter? Or is a DNG converter from a RAW using
> an atrocious third party DNG converter? And what camera in particular is
> the source of the original file?
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> ufraw-devel mailing list
> ufraw-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ufraw-devel
>
>
------------------------------------------------------------------------------
_______________________________________________
ufraw-devel mailing list
ufraw-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-devel

Reply via email to