[
https://issues.jboss.org/browse/JBIDE-25260?page=com.atlassian.jira.plugi...
]
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(a)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)