code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

It is crash when I try to compile #387

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

qdevelop crash when I try to build my program.

What is the expected output? What do you see instead?

It closed immediately.

This is output of gdb:

(gdb) run
Starting program: /usr/bin/qdevelop 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe98eb700 (LWP 21410)]
[New Thread 0x7fffe8bbd700 (LWP 21416)]
[Thread 0x7fffe8bbd700 (LWP 21416) exited]
[New Thread 0x7fffe8bbd700 (LWP 21418)]
[Thread 0x7fffe8bbd700 (LWP 21418) exited]
[New Thread 0x7fffe8bbd700 (LWP 21421)]
[Thread 0x7fffe8bbd700 (LWP 21421) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5d17dd0 in __memcpy_ssse3_back () from /lib/libc.so.6

What version of the product are you using? On what operating system?

Version 0.29 ~svn

Please provide any additional information below.

I am using Archlinux x86_64 with XFCE desktop.

Original issue reported on code.google.com by nilhcr...@gmail.com on 22 Jan 2012 at 4:13

GoogleCodeExporter commented 9 years ago
Fixed in revision 476

Original comment by jlbi...@gmail.com on 12 Jul 2013 at 5:05