From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4 Description of problem: Program code to cause bug (paste over a simple kdevelop C, "Hello World" program). Note: must link against libasound: #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib.h> #include <alsa/asoundlib.h> main (int argc, char *argv[]) { int i; int err; short buf[128]; snd_pcm_t *capture_handle; snd_pcm_hw_params_t *hw_params; printf("opening %s ... \n",argv[1]); i = 0; if ((err = snd_pcm_open (&capture_handle, argv[1], SND_PCM_STREAM_CAPTURE, 0)) < 0) { fprintf (stderr, "cannot open audio device %s (%s)\n", argv[1], snd_strerror (err)); exit (1); } printf("Open worked\n"); snd_pcm_close (capture_handle); exit (0); } Version-Release number of selected component (if applicable): kdevelop-3.3.6 How reproducible: Always Steps to Reproduce: 1. Start a new C "hello world" project in Kdevelop 2. Paste over template code with code from description section 3. Build 4. Run works fine. 5. Set a breakpoint anywhere and try debug (run to breakpoint) Actual Results: Segmentation fault Expected Results: Program should have debugged Additional info:
This looks like a good candidate to be reported upstream to bugs.kde.org. In the meantime, would you be willing to try kdevelop-3.4.1 in updates-testing to see if it resolves your issue?
The information we've requested above is required in order to review this problem report further and diagnose/fix the issue if it is still present. Since there have not been any updates to the report since thirty (30) days or more since we requested additional information, we're assuming the problem is either no longer present in the current Fedora release, or that there is no longer any interest in tracking the problem. Setting status to "CLOSED INSUFFICIENT_DATA". If you still experience this problem after updating to our latest Fedora release and can provide the information previously requested, please feel free to reopen the bug report. Thank you in advance. Note that maintenance for Fedora 7 will end 30 days after the GA of Fedora 9.