Advertisement
johanthor

rt segfault 2017-12-07

Dec 7th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.47 KB | None | 0 0
  1. .
  2. .
  3. .
  4. [New Thread 0x7fff94983700 (LWP 15444)]
  5. [New Thread 0x7fff7effd700 (LWP 15445)]
  6.  
  7. Thread 583 "rawtherapee" received signal SIGSEGV, Segmentation fault.
  8. [Switching to Thread 0x7fff7effd700 (LWP 15445)]
  9. 0x0000555555f3b73f in LUT<float>::operator[]<float, void> (this=0x5555568748a0 <rtengine::Color::denoiseGammaTab>, index=-nan(0x400000))
  10.     at /home/johan/rt-dev_source/rtengine/LUT.h:468
  11. 468         T p1 = data[idx];
  12.  
  13. (gdb) bt full
  14. #0  0x0000555555f3b73f in LUT<float>::operator[]<float, void>(float) const (this=0x5555568748a0 <rtengine::Color::denoiseGammaTab>, index=-nan(0x400000))
  15.     at /home/johan/rt-dev_source/rtengine/LUT.h:468
  16.         idx = -2147483648
  17.         diff = -nan(0x400000)
  18.         p1 = 0.588235259
  19.         p2 = -nan(0x400000)
  20. #1  0x000055555617d416 in rtengine::ImProcFunctions::RGB_denoise(int, rtengine::Imagefloat*, rtengine::Imagefloat*, rtengine::Imagefloat*, float*, float*, float*, bool, rtengine::procparams::DirPyrDenoiseParams const&, double, rtengine::NoiseCurve const&, rtengine::NoiseCurve const&, float&, float&) [clone ._omp_fn.10] (this=0x0, kall=0, src=0x0, dst=0x0, calclum=0x0, ch_M=0x0, max_r=0x0, max_b=0x0, isRAW=false, dnparams=..., expcomp=0, noiseLCurve=..., noiseCCurve=..., nresi=<error reading variable>, highresi=<error reading variable>) at /home/johan/rt-dev_source/rtengine/FTblockDN.cc:1618
  21.         a = 1.32751465
  22.         c_h = 95.1139755
  23.         L = -nan(0x400000)
  24.         b = -9.66186714
  25.         X = -nan(0x400000)
  26.         j1 = 0
  27.         Y = -nan(0x400000)
  28.         g_ = -nan(0x400000)
  29.         b_ = -nan(0x400000)
  30.         Z = -nan(0x400000)
  31.         r_ = -nan(0x400000)
  32.         j = 0
  33.         i1 = 96
  34.         i = 96
  35.         newGain = 0
  36.         numblox_W = 0
  37.         numblox_H = 0
  38.         Hmask = 0x0
  39.         Vmask = 0x0
  40.         realblue = 0
  41.         Lin = 0x0
  42.         tileright = 0
  43.         tilebottom = 0
  44.         width = 0
  45.         labdn = 0x0
  46.         intermred = 0
  47.         width2 = 0
  48.         execwavelet = false
  49.         noisevarab_r = 0
  50.         noisevarab_b = 0
  51.         maxNoiseVarab = 0
  52.         interm_medT = 0
  53.         tileleft = 0
  54.         realred = 0
  55.         interm_med = 0
  56.         tiletop = 0
  57.         height = 0
  58.         intermblue = 0
  59.         noisevarlum = 0x0
  60.         pos = 0
  61.         noisevarchrom = 0x0
  62.         tileWskip = 0
  63.         tileHskip = 0
  64.         plan_backward_blox = {0x0, 0x0}
  65.         oldNested = false
  66.         tilewidth = 0
  67.         max_numblox_W = 0
  68.         numthreads = 0
  69.         wp = {{0, 0, 0}, {0, 0, 0}, {0, 0, 0}}
  70.         numtiles = 0
  71.         plan_forward_blox = {0x0, 0x0}
  72.         fLbloxArray = Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x0:
  73.         #2  0x00007ffff2ef9d31 in  () at /usr/lib/x86_64-linux-gnu/libgomp.so.1
  74.         #3  0x00007ffff2ab47fc in start_thread (arg=0x7fff7effd700) at pthread_create.c:465
  75.         pd = 0x7fff7effd700
  76.         now = <optimised out>
  77.         unwind_buf =
  78.               {cancel_jmp_buf = {{jmp_buf = {140735324083968, 8252517069758273959, 140736520997822, 140736520997823, 140735324083968, 140735324084672, -8252800745206048345, -8252510023057794649}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  79.         not_first_call = <optimised out>
  80.         pagesize_m1 = <optimised out>
  81.         sp = <optimised out>
  82.         freesize = <optimised out>
  83.         __PRETTY_FUNCTION__ = "start_thread"
  84. #4  0x00007ffff27e1b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement