[jbosstools-issues] [JBoss JIRA] (JBIDE-25260) Console view is broken after entering subscription username

Rob Stryker (JIRA) issues at jboss.org
Thu Nov 2 15:11:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-25260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485358#comment-13485358 ] 

Rob Stryker commented on JBIDE-25260:
-------------------------------------

Well.. I've replicated in 2 ways. The first is as you mentioned above. The second is to provide some incorrect credentials. The console will prompt you for a username, and, once you provide it, it will kill itself. 

Errors in my devenv's eclipse console contain the following:

{code}
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
{code}

This shows several times. By trying to analyze the console view, and copy it's contents, it seems it gets the following string sent to it over and over so fast that it floods the ability of the console to handle it. The absence of newlines also seems to break eclipse's handling:

{code}
ed Hat Developers or Red Hat Subscription Management (RHSM) password:    Red Hat Developers or Red Hat Subscription Management (RHSM) password:    Red Hat Developers or Red Hat Subscription Management (RHSM) password:    Red Hat Developers or Red Hat Subscription Management (RHSM) password:    
{code}

Checking whether I can replicate this on command line with the following command:

MINISHIFT_USERNAME=garbage at aol.com MINISHIFT_PASSWORD=123kidblahblah ./minishift --profile minishift start --vm-driver=virtualbox 

Unfortunately this behaves as expected. Which leads me to believe there's some issue in the console plugin somehow. 

> Console view is broken after entering subscription username
> -----------------------------------------------------------
>
>                 Key: JBIDE-25260
>                 URL: https://issues.jboss.org/browse/JBIDE-25260
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdk, server
>    Affects Versions: 4.5.1.Final
>            Reporter: Josef Kopriva
>         Attachments: image-2017-10-17-10-38-53-270.png
>
>




--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list