Recent

Author Topic: External: SIGSEGV using MariaDB  (Read 1601 times)

Slyde

  • Full Member
  • ***
  • Posts: 152
External: SIGSEGV using MariaDB
« on: February 02, 2018, 12:35:31 am »
I just wired up a Mariadb and it blew up on the first run. Well, once I click the navbar or the grid, that's when it crashes. I've haven't added a lick of code to it. I should be able to traverse the db through the grid and use the navbar, but using either of them causes the crash.

Any help here wld be appreciated.

Thanks.

I probably didn't do this the right way, but this is what I have for a gdb backtrace:
Code: Pascal  [Select][+][-]
  1. floyd@Floyd ~/Desktop/Lazarus/db $ gdb project1
  2. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  3. Copyright (C) 2016 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from project1...done.
  17. (gdb) run
  18. Starting program: /home/floyd/Desktop/Lazarus/db/project1
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21.  
  22. Program received signal SIGSEGV, Segmentation fault.
  23. 0x00000000007940e9 in DB$_$TDATASOURCE_$__$$_DISTRIBUTEEVENT$TDATAEVENT$INT64 ()
  24. (gdb) backtrace
  25. #0  0x00000000007940e9 in DB$_$TDATASOURCE_$__$$_DISTRIBUTEEVENT$TDATAEVENT$INT64 ()
  26. #1  0x0000000000000007 in ?? ()
  27. #2  0x0000000000000001 in ?? ()
  28. #3  0x0000000000000000 in ?? ()
  29. (gdb)
Linux Mint 21.3
Lazarus 3.0

M.Smirnitskaya

  • Newbie
  • Posts: 1
Re: External: SIGSEGV using MariaDB
« Reply #1 on: April 04, 2019, 03:06:20 pm »
The very same error, without any explanation from IDE. Also no explanations can be googled or yandexed. Looks like ugly bug to me. Have you had any luck patching the problem?

 

TinyPortal © 2005-2018