Test results for the library
Cg Toolkit
-
1.2.1
on
x86
Summary
Total tests
180
Passed / Failed tests
179 /
1
Verdict
Test Failed
Problem Summary
Received signal SEGV
1
Failed Tests (1)
[+]
Received signal SEGV
(1 problem)
cg.h
,
libCg.so
[+]
cgDisconnectParameter
(
CGparameter
param
)
:
void
received signal SEGV
1
2
3
4
5
6
7
8
#include <Cg/cg.h>
int
main(
int
argc
,
char
*
argv
[
]
)
{
CGcontext
ctx
= cgCreateContext(
)
;
CGparameter
param
= cgCreateParameter(
ctx
, CG_STRUCT);
cgDisconnectParameter
(
param
);
//target call
return
0
;
}
to the top
Generated on Fri Aug 6 19:13:39 2010 for
Cg Toolkit
by
API-Sanity-Autotest
1.12