Displaying 4 results from an estimated 4 matches for "segemnt".
Did you mean:
segement
2008 May 30
5
[PATCH 1/4] pvSCSI driver
pvSCSI backend driver
Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
Signed-off-by: Jun Kamada <kama@jp.fujitsu.com>
-----
Jun Kamada
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 May 21
6
chan_oh323.so: Segmentation Fault
Hi,
I'm trying to get H323 support using asterisk 0.4.0
Unfortunately the pwlib and openh323 versions
mentioned in the asterisk-oh323 readme file
are no more available, and I had to use newer
ones.
Now I installed all libraries, but got a
segemntion fault when starting asterisk while
reading the chan_oh323.conf file.
When I declare more than 9 gwprefix I get first
a error "out of memory" before it crashes,
othervice it just crashes with seg fault.
I'm using a dual Pentium 233 whith 96 MByte RAM.
It seems, that asterisk does...
2006 May 02
2
Concave Hull?
I am modeling a trend surface using trmat and want to trim the resulting matrix to the area enclosed by my real data (i.e., remove all the extrapolated areas). I was using chull and in.chull to calculate the convex hull and change all the other values created by trmat to NA. However, my real data has portions that are slightly concave so chull would give me slivers that are extrapolations from
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
...; Loop Header
; Inner Loop
cmp DWORD PTR [_gv], 0
jne $BB1_5
$BB1_7: ; %ifcont
mov EAX, DWORD PTR [ESP + 4]
add ESP, 8
ret
_foo endp
_gv? SEGEMNT PARA common 'COMMON'
_gv: ; gv
db 4 dup(0)
_gv? ends
end
The above assembly code cannot be assembled by NASM. I got the following
error message:
cg1.s:1: error: attempt to define a local label before any non-local labels
cg1.s:2: er...