Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
SIGSEGV on exiting application under QT5.6
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Saving a workbook with mu...
by
Kaljakoira
[
Today
at 03:31:03 pm]
Questions about TFuncSeri...
by
wp
[
Today
at 02:02:00 pm]
Hello! Anything new?
by
Nimbus
[
Today
at 01:51:43 pm]
could Ardour's YTK be use...
by
robert rozee
[
Today
at 01:37:44 pm]
How many lines is too man...
by
440bx
[
Today
at 12:51:24 pm]
[revisited] triple click
by
dbannon
[
Today
at 12:27:18 pm]
Update a table with an Au...
by
Zvoni
[
Today
at 12:22:58 pm]
[SOLVED] Set horizontal s...
by
rvk
[
Today
at 11:25:38 am]
The growth of computers
by
marcov
[
Today
at 10:12:39 am]
Configuration issues rega...
by
Martin_fr
[
Today
at 08:05:38 am]
[SOLVED] TCP/IP Question
by
valdir.marcos
[
Today
at 05:03:12 am]
Update fpexprpars
by
valdir.marcos
[
Today
at 04:52:27 am]
C/C++ code to Object Pasc...
by
Curt Carpenter
[
Today
at 03:58:28 am]
Win 11, strange position ...
by
d7_2_laz
[March 08, 2026, 11:13:04 pm]
Lazarus for Windows on aa...
by
msintle
[March 08, 2026, 09:23:01 pm]
Lazarus Bugfix Release 4....
by
Martin_fr
[March 08, 2026, 08:17:00 pm]
Debian removes FPC/Lazaru...
by
Schmitty2005
[March 08, 2026, 07:56:33 pm]
[SOLVED] ??? I don't even...
by
n7800
[March 08, 2026, 07:29:19 pm]
how to rename/save a seco...
by
valdir.marcos
[March 08, 2026, 07:25:59 pm]
How to run an external co...
by
valdir.marcos
[March 08, 2026, 07:07:31 pm]
Qt6/Wayland clipboard: pa...
by
Fred vS
[March 08, 2026, 07:02:05 pm]
NIL vs. Assign: when to u...
by
valdir.marcos
[March 08, 2026, 06:22:05 pm]
lazarus in new england
by
valdir.marcos
[March 08, 2026, 06:10:02 pm]
Text Fill (Memo)
by
Sc0li0sis
[March 08, 2026, 02:36:32 pm]
[Closed]Canvas.StretchDra...
by
jamie
[March 08, 2026, 01:57:10 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: SIGSEGV on exiting application under QT5.6 (Read 15165 times)
zeljko
Hero Member
Posts: 1875
Re: SIGSEGV on exiting application under QT5.6
«
Reply #15 on:
January 27, 2018, 07:28:34 pm »
That's same thing:
#0 0x00007ffff6eca979 in _dl_catch_error () at /lib64/libc.so.6
#1 0x00007ffff79b45c5 in _dlerror_run () at /lib64/libdl.so.2
#2 0x00007ffff79b3fff in dlclose () at /lib64/libdl.so.2
Crash comes from glibc (or from wrong Qt implementation when unloading library)
Logged
baldzhang
New Member
Posts: 48
Re: SIGSEGV on exiting application under QT5.6
«
Reply #16 on:
January 28, 2018, 03:52:15 am »
http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
downloaded demo from here, change qt4 -> qt5, 2 program compile passed.
SIGSEGV is the same...
Logged
baldzhang
New Member
Posts: 48
Re: SIGSEGV on exiting application under QT5.6
«
Reply #17 on:
January 29, 2018, 06:22:53 am »
tested at slackware 14.2 x86-64, glibc-2.23
upgraded qt5 5.9.3 from here:
https://slackware.pkgs.org/14.2/slackel-x86_64/qt5-5.9.3-x86_64-1dj.txz.html
it's ok, so looks like this issue is related to glibc for 90%...
but arch is running with glibc 2.26 also and it's ok there.
Logged
zeljko
Hero Member
Posts: 1875
Re: SIGSEGV on exiting application under QT5.6
«
Reply #18 on:
January 29, 2018, 11:44:35 am »
Probably arch uses some custom glibc patch, or different could be distro combination of glibc and gcc. Really don't know. Maybe one must write pure simple Qt c++ app to see if crash occurs.
Logged
baldzhang
New Member
Posts: 48
Re: SIGSEGV on exiting application under QT5.6
«
Reply #19 on:
January 29, 2018, 04:08:50 pm »
tested ok on ubuntu and arch, detail version info:
ubuntu 17.10
qt 5.9.1
glibc 2.26
gcc 7.2.0
arch
qt 5.10.0
glibc 2.26
gcc 7.3.0
will try to rebuild glibc and test.
Logged
baldzhang
New Member
Posts: 48
Re: SIGSEGV on exiting application under QT5.6
«
Reply #20 on:
January 29, 2018, 09:15:02 pm »
ok, I give up, after build glibc 3 times, I totally no idea how to do now.
Logged
zeljko
Hero Member
Posts: 1875
Re: SIGSEGV on exiting application under QT5.6
«
Reply #21 on:
January 30, 2018, 09:39:12 am »
Fedora 26 uses glibc 2.25 and there we have problem. glibc 2.23, 2.24 works fine on fedoras.
If you don't have problems with 2.26 then it's obvious where bug is.
Logged
baldzhang
New Member
Posts: 48
Re: SIGSEGV on exiting application under QT5.6
«
Reply #22 on:
February 02, 2018, 04:16:53 pm »
build and upgrade glibc 2.27, it's ok now
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
SIGSEGV on exiting application under QT5.6
TinyPortal
© 2005-2018