Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EAccessViolation #12

Open
lighth7015 opened this issue Jun 7, 2020 · 10 comments
Open

EAccessViolation #12

lighth7015 opened this issue Jun 7, 2020 · 10 comments

Comments

@lighth7015
Copy link

While exiting LdapAdmin, I receive the following error(s)

WARNING: TQtThemeServices.DrawEdge is not implemented.
WARNING: TQtThemeServices.DrawEdge is not implemented.
WARNING: TQtThemeServices.DrawEdge is not implemented.
Heap dump by heaptrc unit
0 memory blocks allocated : 0/0
0 memory blocks freed     : 0/0
0 unfreed memory blocks : 0
True heap size : 0
True free heap : 0
An unhandled exception occurred at $00007F3056306BFC:
EAccessViolation: 
  $00007F3056306BFC

An unhandled exception occurred at $00007F30562DD3CC:
EAccessViolation: 
  $00007F30562DD3CC

An unhandled exception occurred at $00007F3056306BFC:
EAccessViolation: 
  $00007F3056306BFC

kf5.kio.core.dirlister: 
An unhandled exception occurred at $00007F305623D573:
EAccessViolation: 
  $00007F305623D573
  $0000000002DE6568

An unhandled exception occurred at $00007F3056306BFC:
EAccessViolation: 
  $00007F3056306BFC
@ibv
Copy link
Owner

ibv commented Jun 9, 2020

Hi,
what linux distribution was used?
You are using KDE, Gnome or others desktop environment?
LDAP-Admin is compiled by default with the gtk2 libraries.

@lighth7015
Copy link
Author

KDE, and my distro is ArchLinux.

@ibv
Copy link
Owner

ibv commented Jun 12, 2020

Can you please run this command strace ./LdapAdmin
and exploring the result ?
I tried LdapAdmin in Arch Linux 2019.05 (VirtualBox, https://www.osboxes.org/arch-linux/)
and the program worked without the specified error.

@lighth7015
Copy link
Author

Definitely! And on the console?

@ibv
Copy link
Owner

ibv commented Jun 15, 2020

Here is a partial listing of the results from Mageia 7,
ldap-5
at the end of the report, the data is stored in the reg.xml file
ldap-4
and the memory is freed.
Is the ~/.config/LdapAdmin/reg.xml created after running LdapAdmin?

@lighth7015
Copy link
Author

Apologies, I got tied up with work. But it appears to be hanging waiting for a futex

futex(0x10dc5d0, FUTEX_WAIT_PRIVATE, 0, NULL

And yes, the file exists.

@ibv
Copy link
Owner

ibv commented Jul 19, 2020

You are using your own LdapAdmin compilation or downloaded from the release section?

@lighth7015
Copy link
Author

I cloned this repository.

@ibv
Copy link
Owner

ibv commented Jul 25, 2020

Hi,
I really have no idea where the problem may be,
a similar bug was fixed in commit b57fab8,
possible solution how to detect a bug is to step the exit of the program in the debugger.

@fxrsliberty
Copy link

I really wish this worked... it's a great tool on Windows but I live on linux all the time and only use windows to administer the AD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants