[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Sun Dec 13 04:36:39 CET 2009


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/12/13 04:36:39

Modified files:
	cm3/m3-ui/vbtkit/src/lego/: Tag: release_branch_cm3_5_8 
	                            m3makefile 
	cm3/m3-ui/vbtkit/src/lego/WIN32/: Tag: release_branch_cm3_5_8 
	                                  ScrollerVBTClass.m3 

Log message:
	fix this crash starting up mentor in win32 specific code:
	***
	*** runtime error:
	***    Attempt to reference an illegal memory location.
	***    pc = 0x12b16a8 = GetAttributes + 0x1ed in ..\src\lego\WIN32\ScrollerVBTCl
	ass.m3
	***
	
	Stack trace:
	FP         PC      Procedure
	---------  ---------  -------------------------------
	0x2e2f670   0x846ced  SystemError + 0x66 in ..\src\runtime\NT386\RTSignal.m3
	0x2e2f720  0x12b16a8  GetAttributes + 0x1ed in ..\src\lego\WIN32\ScrollerVBTClas
	s.m3
	0x2e2f7f8  0x12e95c8  AddView + 0x101e(!) in ..\src\lego\ViewportVBT.m3
	0x2e2f844  0x12e762e  Init + 0x30e in ..\src\lego\ViewportVBT.m3
	0x2e2f964  0x1234fc7  pViewport + 0x512 in ..\src\FormsVBT.m3
	0x2e2f9c4  0x12234b1  Item + 0x48b in ..\src\FormsVBT.m3
	0x2e2f9f0  0x124107a  OneChild + 0xf8 in ..\src\FormsVBT.m3
	0x2e2faf8  0x1227520  pShape + 0x19c in ..\src\FormsVBT.m3
	0x2e2fb58  0x12234b1  Item + 0x48b in ..\src\FormsVBT.m3
	0x2e2fb84  0x124107a  OneChild + 0xf8 in ..\src\FormsVBT.m3
	.........  .........  ... more frames ...
	
	Really it'd be super nice if we could unfork these two directories.
	They are mostly the same, except the Posix directory gets more attentin
	fix this crash starting up mentor in win32 specific code:
	***
	*** runtime error:
	***    Attempt to reference an illegal memory location.
	***    pc = 0x12b16a8 = GetAttributes + 0x1ed in ..\src\lego\WIN32\ScrollerVBTCl
	ass.m3
	***
	
	Stack trace:
	FP         PC      Procedure
	---------  ---------  -------------------------------
	0x2e2f670   0x846ced  SystemError + 0x66 in ..\src\runtime\NT386\RTSignal.m3
	0x2e2f720  0x12b16a8  GetAttributes + 0x1ed in ..\src\lego\WIN32\ScrollerVBTClas
	s.m3
	0x2e2f7f8  0x12e95c8  AddView + 0x101e(!) in ..\src\lego\ViewportVBT.m3
	0x2e2f844  0x12e762e  Init + 0x30e in ..\src\lego\ViewportVBT.m3
	0x2e2f964  0x1234fc7  pViewport + 0x512 in ..\src\FormsVBT.m3
	0x2e2f9c4  0x12234b1  Item + 0x48b in ..\src\FormsVBT.m3
	0x2e2f9f0  0x124107a  OneChild + 0xf8 in ..\src\FormsVBT.m3
	0x2e2faf8  0x1227520  pShape + 0x19c in ..\src\FormsVBT.m3
	0x2e2fb58  0x12234b1  Item + 0x48b in ..\src\FormsVBT.m3
	0x2e2fb84  0x124107a  OneChild + 0xf8 in ..\src\FormsVBT.m3
	.........  .........  ... more frames ...
	
	Really it'd be super nice if we could unfork these two directories.
	They are mostly the same, except the Posix directory gets more attention
	and bug fixes while the Win32 one languishes. Surely they can share more code?




More information about the M3commit mailing list