Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2019-05-09 Thread LarsGit223
@johnbester: do you see a chance to re-produce the problem? It's quite old and 
we are now on geany-plugins 1.35. Or do you think we should close it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-490994646

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-26 Thread John Bester
Thanks for looking into the problem. I can't however remember exactly why I 
logged this bug and whether or not I used a different editor (such as GEdit) 
for some time. I am currently using Geany 1.27 on Ubuntu 16.04 and I am not 
aware of any pressing issues at this time. At the time of this bug I was still 
using Ubuntu 14.04. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368477820

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-25 Thread Matthew Brush
Unfortunately you don't seem to have debugging symbols for the plugin so it 
doesn't tell where the problem is.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368333011

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Matthew Brush
Can you re-rerun Geany passing `--g-fatal-warnings` argument and post this 
backtrace?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368277173

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread elextr
@Top-Dog did you actually mean version 1.23 ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368277116

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Sean
Hop this helps. I'm running geany via Bash on Win10 using Xming Server, so I 
could only attach to the running process. Might need to rebuild geany with -g 
flag? 

> (gdb) continue
> Continuing.
> 
> Program received signal SIGSEGV, Segmentation fault.
> __strchr_sse2 () at ../sysdeps/x86_64/multiarch/../strchr.S:32
> 32  ../sysdeps/x86_64/multiarch/../strchr.S: No such file or directory.
> (gdb) bt
> #0  __strchr_sse2 () at ../sysdeps/x86_64/multiarch/../strchr.S:32
> #1  0x7f8dc1bf5740 in ?? () from 
> /usr/lib/x86_64-linux-gnu/geany/debugger.so
> #2  0x7f8dc8ca8ce5 in g_main_context_dispatch () from 
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #3  0x7f8dc8ca9048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #4  0x7f8dc8ca930a in g_main_loop_run () from 
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #5  0x7f8dca4eb447 in gtk_main () from 
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
> #6  0x0044a626 in main ()
> (gdb)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368276903

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Matthew Brush
Would be useful if someone could [provide a 
backtrace](https://www.geany.org/Support/Bugs) since it will show where the 
crash happens.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/309#issuecomment-368275378