Displaying 8 results from an estimated 8 matches for "47988".
Did you mean:
47989
2008 Mar 29
2
[LLVMdev] Tracking down the "pred_iterator out of range" assert
I've finally been able to get back to a little hacking, and I've tracked
down the before/after SVN revision numbers where this assert gets triggered:
47988: No assert
47989: Assert gets triggered during 'make check'
This bug pops up when building Release from bootstrap on x86 Darwin (Mac OS
X 10.4.11) using XCode 2.5's gcc 4.0.1. I've looked at the diffs between the
two revision numbers, but didn't get very far. I'll continue...
2008 Mar 29
0
[LLVMdev] Tracking down the "pred_iterator out of range" assert
That's my patch.
Do you have steps to reproduce?
Nick
Scott Michel wrote:
> I've finally been able to get back to a little hacking, and I've tracked
> down the before/after SVN revision numbers where this assert gets triggered:
>
> 47988: No assert
> 47989: Assert gets triggered during 'make check'
>
> This bug pops up when building Release from bootstrap on x86 Darwin (Mac
> OS X 10.4.11) using XCode 2.5's gcc 4.0.1. I've looked at the diffs
> between the two revision numbers, but didn't get v...
2005 May 15
1
can't CLI> STOP NOW by zombie MOH
...oying any remaining musiconhold processes
The CPU goes to 99% usage, but can't stop mpg123 and asterisk,
the following 'top' show ;
5737 root 25 0 3832 2588 2424 R 99.7 0.5 2:54.00 mpg123
5397 root 15 0 167m 18m 6212 S 2.7 3.7 0:10.95 X
5627 root 15 0 47988 6604 3624 S 1.3 1.3 0:15.64 asterisk
4673 root 17 0 8588 6820 1620 S 0.3 1.3 0:02.05 hald
5509 zenkato 15 0 24168 9.8m 7068 S 0.3 2.0 0:00.47 metacity
5551 zenkato 15 0 58500 17m 10m S 0.3 3.4 0:01.20 gnome-terminal
....(snip)...
So, I have to do 'kill -9 p...
2016 Dec 04
2
[PATCH v5 1/1] crypto: add virtio-crypto driver
...emloft.net>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 47988 bytes
Desc: not available
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20161204/42276357/attachment-0001.bin>
2016 Dec 04
2
[PATCH v5 1/1] crypto: add virtio-crypto driver
...emloft.net>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 47988 bytes
Desc: not available
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20161204/42276357/attachment-0001.bin>
2005 May 10
2
skype channel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just noticed that the Skype API for linux seems to be available.
I've read before a number of posts where people were talking about
implementing a chan_skype with the skype API.
I wonder if there is any progress in that direction, and if anyone is
working on it.
/B
- --
* GPG-Key: http://evil.gnarf.org/mrbk.pgp
A: Because we read from top to
2016 Dec 01
3
[PATCH v5 0/1] virtio-crypto: add Linux driver
v5:
- add comments for algs_lock and table_lock. [Stefan]
- use kzfree instead of kfree for key material security. [Stefan]
- drop unnecessary spin_lock for struct virtio_crypto_ablkcipher_ctx.
- dynamically allocated memory for iv in order to avoid to do DMA from
the stack memory in __virtio_crypto_ablkcipher_do_req().
- add logs for error path in virtio_crypto_alg_validate_key().
- add
2016 Dec 01
3
[PATCH v5 0/1] virtio-crypto: add Linux driver
v5:
- add comments for algs_lock and table_lock. [Stefan]
- use kzfree instead of kfree for key material security. [Stefan]
- drop unnecessary spin_lock for struct virtio_crypto_ablkcipher_ctx.
- dynamically allocated memory for iv in order to avoid to do DMA from
the stack memory in __virtio_crypto_ablkcipher_do_req().
- add logs for error path in virtio_crypto_alg_validate_key().
- add