-
we can not load mtk arm64 dumpfile, the error log is :
~/code/github/crash/crash ./symbols/vmlinux SYS_COREDUMP
crash 8.0.4++
Copyright (C) 2002-2022 Red Hat, Inc.
Copyright (C) 2004, 2005, 2…
-
**Is your feature request related to a problem? Please describe.**
Read document:
> a) Avoiding the Disk Bottleneck in the Data Domain Deduplication File System @ FAST'08.
> b) Sparse Indexing: L…
-
### Summary of Problem
The following Chapel code triggers an internal error:
```chpl
proc foo(param opName : string) {
pragma "always resolve function"
extern "prefix" + opName proc someE…
-
```
What steps will reproduce the problem?
1. run webcamstudio
2. run chrome (or chromium)
3. Go to: http://www.testwebcam.com
What is the expected output?
Flash player permission dialog will appear …
-
Hey there,
I'm trying to create a LogicalDrive. (HPE DL380 Gen10) latest Firmware.
Controller: HPE Smart Array P408i-a SR Gen10 | Slot=0
Drives:
```
ilorest storagecontroller --drives --u…
-
### Summary of Problem
**Description:**
Calling the procedure passed by paremters make assertOnGpu() fail. In the following codes, `test1()` directly calls procedure `increment()` , while `test2()…
-
The Rlog transformation does not seem to work, although the other transformations work.
Under d3Network it says:
Error: 'data' must be of a vector type, was 'NULL'
Underordination it says:
Error: …
-
For the following:
```chpl
proc foo(x : [0..1] int) { writeln("Hello world"); }
var x = foo;
var y : [0..1] int;
x(y);
```
I get: `the proc 'foo' is generic and cannot be captured.`
I …
-
Hello. I tried to build and run the latest Servo release on machine, and it runs, but not very well. I compiled Servo with the `--release` flag.
---
Default page: https://i.imgur.com/PnFYvPX.png…
-
Compiling the following:
```chpl
var r1,c1;
var r2,c2 : int;
for i in 0..10 {
(r1,c1) = (r2,c2);
r2 = i*2;
c2 = i*2;
}
```
Results in this error:
```
+ chpl foo.chpl -o foo
foo…