What produces the "Please file a bug and attach the file at the start of this error message" message during debug (with LLDB)?

Context

lldb /home/RokeJulianLockhart/Downloads/Gittyup-1.4.0-x86_64.AppImage
(lldb) target create "/home/RokeJulianLockhart/Downloads/Gittyup-1.4.0-x86_64.AppImage"
Current executable set to '/home/RokeJulianLockhart/Downloads/Gittyup-1.4.0-x86_64.AppImage' (x86_64).
(lldb) run
Process 382819 launched: '/home/RokeJulianLockhart/Downloads/Gittyup-1.4.0-x86_64.AppImage' (x86_64)
Process 382819 stopped and restarted: thread 1 received signal: SIGCHLD
Process 382819 stopped
* thread #1, name = 'AppRun', stop reason = exec
    frame #0: 0x00007ffff7fe3880 ld-linux-x86-64.so.2`_start
ld-linux-x86-64.so.2`_start:
->  0x7ffff7fe3880 <+0>: movq   %rsp, %rdi
    0x7ffff7fe3883 <+3>: callq  0x7ffff7fe4490 ; _dl_start at rtld.c:519:1

ld-linux-x86-64.so.2`_dl_start_user:
    0x7ffff7fe3888 <+0>: movq   %rax, %r12
    0x7ffff7fe388b <+3>: movq   %rsp, %r13
error: ld-linux-x86-64.so.2 0x00031a1f: adding range [0x0000000000000dcb-0x0000000000000dea) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
error: ld-linux-x86-64.so.2 0x00031ac0: adding range [0x0000000000000dcb-0x0000000000000dea) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
error: ld-linux-x86-64.so.2 0x00031afe: adding range [0x0000000000000dcb-0x0000000000000dea) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
error: ld-linux-x86-64.so.2 0x00031b19: adding range [0x0000000000000dcb-0x0000000000000dea) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
error: ld-linux-x86-64.so.2 0x00031bd6: adding range [0x0000000000000dcb-0x0000000000000dea) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
error: ld-linux-x86-64.so.2 0x00031de9: adding range [0x0000000000000cf2-0x0000000000000dcb) which has a base that is less than the function's low PC 0x000000000001d490. Please file a bug and attach the file at the start of this error message
(lldb) thread backtrace all
* thread #1, name = 'AppRun', stop reason = exec
  * frame #0: 0x00007ffff7fe3880 ld-linux-x86-64.so.2`_start

Question

Considering that google.com/search?q=%22Please+file+a+bug+and+attach+the+file+at+the+start+of+this+error+message returns an awful lot of results, my estimation is that this isn’t a log specific to Gtittyup, so what component is asking me to file a bug? LLDB?