From: Yukihiro Matsumoto Date: 2007-07-16T23:52:48+09:00 Subject: Re: Nested structures and C extensions Hi, In message "Re: Nested structures and C extensions" on Mon, 16 Jul 2007 12:43:06 +0900, Donnie Brasco writes: |On the other hand, if I try to access the members of some structure that |is a member of the base structure after setting up a pointer to that |base structure via Data_Get_Struct, I get Bus errors. Even after |initializing all those variables in my C initializer, they don't come |back initialized when I pull them from a C implementation of an accessor |method. Show us the code. Without seeing the actual code, there's little chance for us to help you. matz.