Gob2 sigfault with dispose

Dan Saul <[email protected]> Thu, 25 Mar 2010 20:28:07 -0500
Newsgroups gmane.comp.gnome.devtools.gob.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.

[email protected]
Content-Type: multipart/alternative; boundary=00148530a33d53449e0482aa13e4

--00148530a33d53449e0482aa13e4
Content-Type: text/plain; charset=ISO-8859-1

Hello all,

I am having a problem with the GOB2 preprocessor, with a minimal file of:

class Ude:Dock:Debug from G:Object
{
 init (self)
{
 }
 dispose(self)
{
 }
}

I am receiving a sigfault when gob is run with the command:

gob2 --always-private-header --always-private-struct -o ./gen/
./src/ude-dock-debug.gob

I would like to confirm whether this is just me, or if it is a simple
mistake i've made?

If I remove the dispose method it works fine, this also happens if I add a
finalize method.

Thanks for your time, Dan

--00148530a33d53449e0482aa13e4
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hello all,<div><br></div><div>I am having a problem with the GOB2 preproces=
sor, with a minimal file of:</div><div><br></div><div><div>class Ude:Dock:D=
ebug from G:Object</div><div>{</div><div><span class=3D"Apple-tab-span" sty=
le=3D"white-space:pre">	</span></div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>init =
(self)</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>{</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre"=
>		</span></div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre">		</span></di=
v><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>}</=
div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span><=
/div><div>
<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>dispose(se=
lf)</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</s=
pan>{</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">		=
</span></div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>}</di=
v><div>}</div></div><div><br></div><div>I am=A0receiving=A0a sigfault when =
gob is run with the command:</div><div><br></div><div>gob2 --always-private=
-header --always-private-struct -o ./gen/ ../src/ude-dock-debug.gob</div>
<div><br></div><div>I would like to confirm whether this is just me, or if =
it is a simple mistake i&#39;ve made?</div><div><br></div><div>If I remove =
the dispose method it works fine, this also happens if I add a finalize met=
hod.</div>
<div><br></div><div>Thanks for your time, Dan</div>

--00148530a33d53449e0482aa13e4--


[email protected]
Content-Type: text/plain; charset=us-ascii; name="footer.txt"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

--
to unsubscribe:
send mail to [email protected] with "unsubscribe gob-list" in the subject

[email protected]