-
Notifications
You must be signed in to change notification settings - Fork 29
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
Crash into analyze file #19
Comments
Interesting. I've been trying to track invalid memory accesses and frees
before releasing this, but I certainly missed something. Could you provide
some additional information on how to reproduce this?
Cheers,
El sáb., 17 ago. 2019 a las 21:46, andruxa-smirnov (<
[email protected]>) escribió:
… When i start Open Inspector for IQ-rec file, app crash with messages:
Gtk-Message: 22:38:03.538: GtkDialog mapped without a transient parent.
This is discouraged.
"Spectrum zoom: 1.1x"
"Spectrum zoom: 1.2x"
"Spectrum zoom: 1.4x"
"Spectrum zoom: 1.5x"
"Spectrum zoom: 1.7x"
"Spectrum zoom: 1.9x"
"Spectrum zoom: 2.1x"
"Spectrum zoom: 2.2x"
"Spectrum zoom: 2.5x"
"Spectrum zoom: 2.7x"
"Spectrum zoom: 3.0x"
"Spectrum zoom: 3.3x"
"Spectrum zoom: 3.7x"
"Spectrum zoom: 4.1x"
"Spectrum zoom: 4.4x"
"Spectrum zoom: 4.9x"
"Spectrum zoom: 5.5x"
"Spectrum zoom: 5.6x"
"Spectrum zoom: 5.1x"
"Spectrum zoom: 4.6x"
"Spectrum zoom: 3.6x"
double free or corruption (fasttop)double free or corruption
(fasttop)double free or corruption (fasttop)
Thats happen not always (memory leaking, may be)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/BatchDrake/SigDigger/issues/6?email_source=notifications&email_token=AAEVET6DSJYGEDW6AYNZ3EDQFBIRVA5CNFSM4IMQIYV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFZQRWQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEVET2JSMPQLUE4EFG64IDQFBIRVANCNFSM4IMQIYVQ>
.
--
> Gonzalo José Carracedo Carballal
|
Yes, from time to time the error is reproduced. Log: $ /opt/SigDigger/bin/SigDigger Steps to reproduce:
|
I'm afraid I'm failing to reproduce (also I don't have any bladeRF at reach now). Would you mind doing the following?
|
#0 0x00007ffff56ead6e in __pthread_barrier_wait (barrier=0xff193b3e000002b8) at pthread_barrier_wait.c:110 |
Confirmed, I was able to replicate in exactly in the same point. Already looking into it. |
@andruxa-smirnov do you mind pulling both Suscan and SigDigger and rebuilding again, just to check that everything works now? |
Yes, no mistake in updated code |
When i start Open Inspector for IQ-rec file, app crash with messages:
"Gtk-Message: 22:38:03.538: GtkDialog mapped without a transient parent. This is discouraged.
"Spectrum zoom: 1.1x"
"Spectrum zoom: 1.2x"
"Spectrum zoom: 1.4x"
"Spectrum zoom: 1.5x"
"Spectrum zoom: 1.7x"
"Spectrum zoom: 1.9x"
"Spectrum zoom: 2.1x"
"Spectrum zoom: 2.2x"
"Spectrum zoom: 2.5x"
"Spectrum zoom: 2.7x"
"Spectrum zoom: 3.0x"
"Spectrum zoom: 3.3x"
"Spectrum zoom: 3.7x"
"Spectrum zoom: 4.1x"
"Spectrum zoom: 4.4x"
"Spectrum zoom: 4.9x"
"Spectrum zoom: 5.5x"
"Spectrum zoom: 5.6x"
"Spectrum zoom: 5.1x"
"Spectrum zoom: 4.6x"
"Spectrum zoom: 3.6x"
double free or corruption (fasttop)double free or corruption (fasttop)double free or corruption (fasttop)"
Thats happen not always (memory leaking, may be)
The text was updated successfully, but these errors were encountered: