-
On x86-64 with `-fstack-clash-protection`, the following code compiles to an infinite loop that consumes all physical memory:
void foo() {
char x[0xa0000000];
}
It works fine o…
-
I recently tried to integrate Spotlight with a basic Rails app and it was a very cumbersome experience.
- [ ] It's not clear that we need the Ruby SDK to get the full value out of Spotlight
- [ ] It'…
-
`package:grpc` uses `StreamController.addError` and `Completer.completeError` in a number of places [without providing a stack trace](https://github.com/search?q=repo%3Agrpc%2Fgrpc-dart+(addError+OR+c…
-
#### Summary
`satisfies()` with nested assertions obscures stack trace
#### Example
We have a `satisfies()` call with many embedded assertions like this. AssertJ doesn't expose the stack trace …
-
This topic is to collect addresses from known hackers/phishers/abusers.
For users who have fallen victim to a hack, phishing scam or otherwise you can report here and additionally are advised to r…
-
**Describe the bug**
In some unclear pattern, Flowise throws a "Maximum call stack size exceeded" error, when running a Conversational Retrieval QA Chain.
**To Reproduce**
When restarting the do…
-
### Description
Types defined using the `class` keyword are heap allocated. While #750 talks about giving users the option to explicitly opt-in to stack allocating data, I feel we also need a mechani…
-
The canonical encoding of list in scala 2 would be:
```scala
sealed trait List[+A]
object List {
case object Empty extends List[Nothing]
case class NonEmpty[A](head: A, tail: List[A]) exten…
-
## :question: General Issue
I have multiple stacks in my project and want I deploy only one of them all other stack assets must be present in file tree or else I get `ENOENT: no such file or di…
-
# Description
Queues and stacks for Ada aren't presently on Code Thesaurus. This issue is to add that concept to the system.
# Directions
* On the home page, on the right side (the reference …