Custom Query (121 matches)
Results (25 - 27 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #157 | invalid | pyyaml-3.09 dumps core | xi | rich@… |
| Description |
I'm not sure how to provide a small demonstration here. In the "spread" module, (SpreadModule? on pypi), there is a type spread.MembershipMsg? which contains a "group_id", spread.MembershipMsg?.group_id. The group_id is an opaque type. I'm not sure how to generate one of these easily aside from bringing up a spread system, which seems like overkill. In any case, attempting to serialize this opaque type with pyyaml results in a python core dump. I recognize that pyyaml can't possibly know how to serialize or unserialize this sort of object. However, I think that attempting to do so should result in a suitable exception rather than an interpreter core dump. I'll find another way around my problem. But chasing down this dump took me a couple of days. If it had been an exception, I'd have found the problem in minutes. |
|||
| #78 | wontfix | run-scanner.c:61: error: too many arguments to function ‘yaml_parser_get_error’ | xi | rasmus-flajm-se |
| Description |
rasmus@apple:~/src/libyaml-trunk make ... Making all in tests gcc -DHAVE_CONFIG_H -I. -I.. -I../include -g -O2 -MT run-scanner.o -MD -MP -MF .deps/run-scanner.Tpo -c -o run-scanner.o run-scanner.c run-scanner.c: In function ‘main’: run-scanner.c:61: error: too many arguments to function ‘yaml_parser_get_error’ make[2]: *** [run-scanner.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 rasmus@apple:~/src/libyaml-trunk svn info Path: . URL: http://svn.pyyaml.org/libyaml/trunk Repository Root: http://svn.pyyaml.org Repository UUID: 18f92427-320e-0410-9341-c67f048884a3 Revision: 267 Node Kind: directory Schedule: normal Last Changed Author: xi Last Changed Rev: 267 Last Changed Date: 2008-01-19 14:54:22 +0100 (Lör, 19 Jan 2008) rasmus@apple:~/src/libyaml-trunk uname -a Darwin *** 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386 rasmus@apple:~/src/libyaml-trunk |
|||
| #127 | fixed | pkgconfig integration. | xi | rainwoodman@… |
| Description |
Please consider integrating libyaml with pkgconfig. |
|||
