| Summary: | Codeblock logout my session | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Bernard SIAUD <liste> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED OLD | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | nic |
| Version: | Cauldron | Keywords: | NEEDINFO |
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | codeblocks 12.11 3.mga4 | CVE: | |
| Status comment: | |||
Today I'm opening a new project gtk. I click to a button for build it, It was close my session immediately. any errors in ~/.xsession-errors or X.log ? Keywords:
(none) =>
NEEDINFO Since there are insufficient details provided in this report for us to investigate the issue further, and we have not received feedback to the information we have requested above, we will assume the problem was not reproducible, or has been fixed in one of the updates we have released for the reporter's distribution. Users who have experienced this problem are encouraged to upgrade to the latest update of their distribution, and if this issue turns out to still be reproducible in the latest update, please reopen this bug with additional information. Closing as OLD. Status:
NEW =>
RESOLVED Now, I don't have this problem. |
Description of problem: Some time, when I try to execute a program with codeblocks (just after the compilation) codeblocks logout my session. I have de windows with the dm (for login a session) Version-Release number of selected component (if applicable): codeblocks-12.11-3.mga4.x86_64 How reproducible: Steps to Reproduce: 1. open codeblocks 2. compile the source 3. execute the program with codeblocks Today, it was this code that's I want try : #include <stdio.h> #include <stdlib.h> int main() { FILE * fichier=tmpfile(); unsigned short i; int c; for (i=0;i<10;i++) fprintf(fichier,"%hu\n",i); fseek(fichier,0,SEEK_SET); while ((c=fgetc(fichier))!=EOF) printf("%c",c); return 0; } Reproducible: Steps to Reproduce: