Bug 11632 - Codeblock logout my session
Summary: Codeblock logout my session
Status: RESOLVED OLD
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2013-11-10 10:47 CET by Bernard SIAUD
Modified: 2015-03-31 18:12 CEST (History)
1 user (show)

See Also:
Source RPM: codeblocks 12.11 3.mga4
CVE:
Status comment:


Attachments

Description Bernard SIAUD 2013-11-10 10:47:03 CET
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:
Comment 1 Bernard SIAUD 2013-11-12 07:36:50 CET
Today I'm opening a new project gtk. I click to a button for build it, It was close my session immediately.
Comment 2 Manuel Hiebel 2013-12-22 13:18:48 CET
any errors in ~/.xsession-errors or X.log ?

Keywords: (none) => NEEDINFO

Comment 3 Nic Baxter 2015-03-31 02:57:30 CEST
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
CC: (none) => nic
Resolution: (none) => OLD

Comment 4 Bernard SIAUD 2015-03-31 18:12:02 CEST
Now, I don't have this problem.

Note You need to log in before you can comment on or make changes to this bug.