Ada GPS editor crashes when pasting in text
While editing this package body:
package body ai is
type Possible_Boards is
end ai;
GPS crashes when pasting the following code after the is:
let bestMoves = [
0x1160:1,
0x1205:0,
0x1304:0,
0x1340:0,
0x1403:0,
0x1430:0,
0x1502:0,
0x1520:0,
0x1601:0,
0x1610:1,
0x1700:0,
0x2222:0,
0x2330:0,
0x2420:0,
0x2510:0,
0x3140:1,
0x3203:0,
0x3230:0,
0x3320:0,
0x4103:0,
0x4130:1,
0x4220:0,
0x5120:1,
0x6101:0,
0x6110:1 ];
Obviously, this isn't Ada code, but crashing GPS doesn't seem reasonable.
ada gnat gnat-gps
add a comment |
While editing this package body:
package body ai is
type Possible_Boards is
end ai;
GPS crashes when pasting the following code after the is:
let bestMoves = [
0x1160:1,
0x1205:0,
0x1304:0,
0x1340:0,
0x1403:0,
0x1430:0,
0x1502:0,
0x1520:0,
0x1601:0,
0x1610:1,
0x1700:0,
0x2222:0,
0x2330:0,
0x2420:0,
0x2510:0,
0x3140:1,
0x3203:0,
0x3230:0,
0x3320:0,
0x4103:0,
0x4130:1,
0x4220:0,
0x5120:1,
0x6101:0,
0x6110:1 ];
Obviously, this isn't Ada code, but crashing GPS doesn't seem reasonable.
ada gnat gnat-gps
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
1
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05
add a comment |
While editing this package body:
package body ai is
type Possible_Boards is
end ai;
GPS crashes when pasting the following code after the is:
let bestMoves = [
0x1160:1,
0x1205:0,
0x1304:0,
0x1340:0,
0x1403:0,
0x1430:0,
0x1502:0,
0x1520:0,
0x1601:0,
0x1610:1,
0x1700:0,
0x2222:0,
0x2330:0,
0x2420:0,
0x2510:0,
0x3140:1,
0x3203:0,
0x3230:0,
0x3320:0,
0x4103:0,
0x4130:1,
0x4220:0,
0x5120:1,
0x6101:0,
0x6110:1 ];
Obviously, this isn't Ada code, but crashing GPS doesn't seem reasonable.
ada gnat gnat-gps
While editing this package body:
package body ai is
type Possible_Boards is
end ai;
GPS crashes when pasting the following code after the is:
let bestMoves = [
0x1160:1,
0x1205:0,
0x1304:0,
0x1340:0,
0x1403:0,
0x1430:0,
0x1502:0,
0x1520:0,
0x1601:0,
0x1610:1,
0x1700:0,
0x2222:0,
0x2330:0,
0x2420:0,
0x2510:0,
0x3140:1,
0x3203:0,
0x3230:0,
0x3320:0,
0x4103:0,
0x4130:1,
0x4220:0,
0x5120:1,
0x6101:0,
0x6110:1 ];
Obviously, this isn't Ada code, but crashing GPS doesn't seem reasonable.
ada gnat gnat-gps
ada gnat gnat-gps
asked Nov 20 '18 at 0:57
Glen FlintGlen Flint
112
112
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
1
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05
add a comment |
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
1
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05
1
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
1
1
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53384752%2fada-gps-editor-crashes-when-pasting-in-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53384752%2fada-gps-editor-crashes-when-pasting-in-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 '18 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 '18 at 8:52
Use the version of the GPS in the Community Edition that can be downloaded here: adacore.com/download. The GPS is known for its stability. The only way I know of that one can crash the GPS is if one uses the debugger and is stepping through ones code a lot.
– Joakim Strandberg
Nov 21 '18 at 9:00
Here's what's on my Help About window. GPS 2018 (20180528) hosted on x86_64-pc-linux-gnu GNAT 4.6 the GNAT Programming Studio (c) 2001-2018 AdaCore
– Glen Flint
Nov 22 '18 at 12:58
1
GPS version/details should appear in your question. By the way, this would rather be a ticket for Adacore than a stack overflow question.
– LoneWanderer
Nov 24 '18 at 0:05