Ada GPS editor crashes when pasting in text
up vote
0
down vote
favorite
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 |
up vote
0
down vote
favorite
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 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 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 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 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 at 0:05
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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 at 0:57
Glen Flint
11
11
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 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 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 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 at 0:05
add a comment |
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 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 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 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 at 0:05
1
1
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 at 5:33
Which version and source/distribution of GNAT GPS shows this behaviour?
– Jacob Sparre Andersen
Nov 20 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 at 8:52
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 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 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 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 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 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 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 at 0:05
add a comment |
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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 at 5:33
No problems with the Darwin (macOS) versions, either 2017 or 2018.
– Simon Wright
Nov 20 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 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 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 at 0:05