ogre.rb 0.1-i686-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (430) hide show
  1. data/README +79 -0
  2. data/Rakefile +288 -0
  3. data/doc_src/ogre.rb +246 -0
  4. data/doc_src/ois.rb +67 -0
  5. data/lib/application.rb +146 -0
  6. data/lib/application_frame_listener.rb +302 -0
  7. data/lib/application_loading_bar.rb +115 -0
  8. data/lib/constants.rb +51 -0
  9. data/lib/method_fixes.rb +42 -0
  10. data/lib/ogre.so +0 -0
  11. data/lib/ruby_ois.so +0 -0
  12. data/ogre.rb +25 -0
  13. data/platform.rb +23 -0
  14. data/samples/Ogre.log +261 -0
  15. data/samples/bsp.rb +76 -0
  16. data/samples/cg.dll +0 -0
  17. data/samples/grass.rb +325 -0
  18. data/samples/js3250.dll +0 -0
  19. data/samples/lighting.rb +138 -0
  20. data/samples/media/materials/programs/Grass.cg +30 -0
  21. data/samples/media/materials/programs/OffsetMapping.cg +97 -0
  22. data/samples/media/materials/programs/OffsetMapping.hlsl +135 -0
  23. data/samples/media/materials/programs/OffsetMappingFp.glsl +69 -0
  24. data/samples/media/materials/programs/OffsetMappingVp.glsl +54 -0
  25. data/samples/media/materials/programs/OffsetMapping_specular.asm +44 -0
  26. data/samples/media/materials/scripts/CloudySky.material +17 -0
  27. data/samples/media/materials/scripts/CubeMapping.material +34 -0
  28. data/samples/media/materials/scripts/Flare.material +17 -0
  29. data/samples/media/materials/scripts/Grass.material +63 -0
  30. data/samples/media/materials/scripts/Knot.material +14 -0
  31. data/samples/media/materials/scripts/MorningSkyBox.material +17 -0
  32. data/samples/media/materials/scripts/Offset.material +124 -0
  33. data/samples/media/materials/scripts/Ogre.material +119 -0
  34. data/samples/media/materials/scripts/RZR-002.material +15 -0
  35. data/samples/media/materials/scripts/Razor.material +14 -0
  36. data/samples/media/materials/scripts/Ribbon.material +19 -0
  37. data/samples/media/materials/scripts/RustySteel.material +14 -0
  38. data/samples/media/materials/scripts/SpaceSkyBox.material +17 -0
  39. data/samples/media/materials/scripts/SpaceSkyPlane.material +17 -0
  40. data/samples/media/materials/scripts/TextureEffects.material +15 -0
  41. data/samples/media/materials/scripts/dragon.material +42 -0
  42. data/samples/media/materials/scripts/smoke.material +18 -0
  43. data/samples/media/materials/textures/GreenSkin.jpg +0 -0
  44. data/samples/media/materials/textures/MtlPlat2.jpg +0 -0
  45. data/samples/media/materials/textures/RZR-002.png +0 -0
  46. data/samples/media/materials/textures/RustedMetal.jpg +0 -0
  47. data/samples/media/materials/textures/RustySteel.jpg +0 -0
  48. data/samples/media/materials/textures/Water02.jpg +0 -0
  49. data/samples/media/materials/textures/WeirdEye.png +0 -0
  50. data/samples/media/materials/textures/clouds.jpg +0 -0
  51. data/samples/media/materials/textures/cursor.png +0 -0
  52. data/samples/media/materials/textures/dirt01.jpg +0 -0
  53. data/samples/media/materials/textures/flare.png +0 -0
  54. data/samples/media/materials/textures/gras_02.png +0 -0
  55. data/samples/media/materials/textures/grass_1024.jpg +0 -0
  56. data/samples/media/materials/textures/ogreborder.png +0 -0
  57. data/samples/media/materials/textures/ogreborderUp.png +0 -0
  58. data/samples/media/materials/textures/ribbonband.png +0 -0
  59. data/samples/media/materials/textures/rockwall.tga +0 -0
  60. data/samples/media/materials/textures/rockwall_NH.tga +0 -0
  61. data/samples/media/materials/textures/smoke.png +0 -0
  62. data/samples/media/materials/textures/smokecolors.png +0 -0
  63. data/samples/media/materials/textures/spacesky.jpg +0 -0
  64. data/samples/media/materials/textures/spheremap.png +0 -0
  65. data/samples/media/materials/textures/texmap2.jpg +0 -0
  66. data/samples/media/models/RZR-002.mesh +0 -0
  67. data/samples/media/models/geosphere4500.mesh +0 -0
  68. data/samples/media/models/geosphere8000.mesh +0 -0
  69. data/samples/media/models/knot.mesh +0 -0
  70. data/samples/media/models/ogrehead.mesh +0 -0
  71. data/samples/media/models/razor.mesh +0 -0
  72. data/samples/media/models/sphere.mesh +0 -0
  73. data/samples/media/overlays/CubeMapping.overlay +139 -0
  74. data/samples/media/packs/OgreCore.zip +0 -0
  75. data/samples/media/packs/chiropteraDM.pk3 +0 -0
  76. data/samples/media/packs/chiropteraDM.txt +99 -0
  77. data/samples/media/packs/cubemap.zip +0 -0
  78. data/samples/media/packs/cubemapsJS.zip +0 -0
  79. data/samples/media/packs/dragon.zip +0 -0
  80. data/samples/media/packs/skybox.zip +0 -0
  81. data/samples/media/particles/smoke.particle +43 -0
  82. data/samples/media.cfg +22 -0
  83. data/samples/navi/Media/NaviDemo.material +60 -0
  84. data/samples/navi/Media/OgreCore.zip +0 -0
  85. data/samples/navi/Media/cerulean.jpg +0 -0
  86. data/samples/navi/Media/clouds.jpg +0 -0
  87. data/samples/navi/Media/controlsNaviMask.png +0 -0
  88. data/samples/navi/Media/grass.jpg +0 -0
  89. data/samples/navi/Media/knot.mesh +0 -0
  90. data/samples/navi/Media/testNaviMask.png +0 -0
  91. data/samples/navi/NaviLocal/Navi.js +136 -0
  92. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  93. data/samples/navi/NaviLocal/controls.html +303 -0
  94. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  95. data/samples/navi/NaviLocal/moo.dropdownmenu.js +87 -0
  96. data/samples/navi/NaviLocal/mootools.v1.1.js +6964 -0
  97. data/samples/navi/NaviLocal/naviLogo.html +32 -0
  98. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  99. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  100. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  101. data/samples/navi/NaviLocal/test.html +5 -0
  102. data/samples/navi/NaviLocal/welcome.html +36 -0
  103. data/samples/navi/NaviLocal/welcome.png +0 -0
  104. data/samples/navi/chrome/chromelist.txt +597 -0
  105. data/samples/navi/chrome/classic.jar +0 -0
  106. data/samples/navi/chrome/classic.manifest +4 -0
  107. data/samples/navi/chrome/comm.jar +0 -0
  108. data/samples/navi/chrome/comm.manifest +2 -0
  109. data/samples/navi/chrome/en-US.jar +0 -0
  110. data/samples/navi/chrome/en-US.manifest +9 -0
  111. data/samples/navi/chrome/toolkit.jar +0 -0
  112. data/samples/navi/chrome/toolkit.manifest +6 -0
  113. data/samples/navi/components/FeedProcessor.js +1825 -0
  114. data/samples/navi/components/alerts.xpt +0 -0
  115. data/samples/navi/components/appshell.xpt +0 -0
  116. data/samples/navi/components/appstartup.xpt +0 -0
  117. data/samples/navi/components/auth.dll +0 -0
  118. data/samples/navi/components/autocomplete.xpt +0 -0
  119. data/samples/navi/components/autoconfig.dll +0 -0
  120. data/samples/navi/components/autoconfig.xpt +0 -0
  121. data/samples/navi/components/caps.xpt +0 -0
  122. data/samples/navi/components/chardet.xpt +0 -0
  123. data/samples/navi/components/chrome.xpt +0 -0
  124. data/samples/navi/components/commandhandler.xpt +0 -0
  125. data/samples/navi/components/commandlines.xpt +0 -0
  126. data/samples/navi/components/composer.xpt +0 -0
  127. data/samples/navi/components/compreg.dat +1474 -0
  128. data/samples/navi/components/content_base.xpt +0 -0
  129. data/samples/navi/components/content_html.xpt +0 -0
  130. data/samples/navi/components/content_htmldoc.xpt +0 -0
  131. data/samples/navi/components/content_xmldoc.xpt +0 -0
  132. data/samples/navi/components/content_xslt.xpt +0 -0
  133. data/samples/navi/components/content_xtf.xpt +0 -0
  134. data/samples/navi/components/directory.xpt +0 -0
  135. data/samples/navi/components/docshell_base.xpt +0 -0
  136. data/samples/navi/components/dom.xpt +0 -0
  137. data/samples/navi/components/dom_base.xpt +0 -0
  138. data/samples/navi/components/dom_canvas.xpt +0 -0
  139. data/samples/navi/components/dom_core.xpt +0 -0
  140. data/samples/navi/components/dom_css.xpt +0 -0
  141. data/samples/navi/components/dom_events.xpt +0 -0
  142. data/samples/navi/components/dom_html.xpt +0 -0
  143. data/samples/navi/components/dom_loadsave.xpt +0 -0
  144. data/samples/navi/components/dom_range.xpt +0 -0
  145. data/samples/navi/components/dom_sidebar.xpt +0 -0
  146. data/samples/navi/components/dom_storage.xpt +0 -0
  147. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  148. data/samples/navi/components/dom_svg.xpt +0 -0
  149. data/samples/navi/components/dom_traversal.xpt +0 -0
  150. data/samples/navi/components/dom_views.xpt +0 -0
  151. data/samples/navi/components/dom_xbl.xpt +0 -0
  152. data/samples/navi/components/dom_xpath.xpt +0 -0
  153. data/samples/navi/components/dom_xul.xpt +0 -0
  154. data/samples/navi/components/downloads.xpt +0 -0
  155. data/samples/navi/components/editor.xpt +0 -0
  156. data/samples/navi/components/embed_base.xpt +0 -0
  157. data/samples/navi/components/extensions.xpt +0 -0
  158. data/samples/navi/components/exthandler.xpt +0 -0
  159. data/samples/navi/components/fastfind.xpt +0 -0
  160. data/samples/navi/components/feeds.xpt +0 -0
  161. data/samples/navi/components/find.xpt +0 -0
  162. data/samples/navi/components/gfx.xpt +0 -0
  163. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  164. data/samples/navi/components/history.xpt +0 -0
  165. data/samples/navi/components/htmlparser.xpt +0 -0
  166. data/samples/navi/components/imglib2.xpt +0 -0
  167. data/samples/navi/components/inspector.xpt +0 -0
  168. data/samples/navi/components/intl.xpt +0 -0
  169. data/samples/navi/components/intlcmpt.xpt +0 -0
  170. data/samples/navi/components/jar.xpt +0 -0
  171. data/samples/navi/components/jsconsole-clhandler.js +170 -0
  172. data/samples/navi/components/jsconsole.xpt +0 -0
  173. data/samples/navi/components/jsdservice.xpt +0 -0
  174. data/samples/navi/components/layout_base.xpt +0 -0
  175. data/samples/navi/components/layout_printing.xpt +0 -0
  176. data/samples/navi/components/layout_xul.xpt +0 -0
  177. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  178. data/samples/navi/components/locale.xpt +0 -0
  179. data/samples/navi/components/lwbrk.xpt +0 -0
  180. data/samples/navi/components/mimetype.xpt +0 -0
  181. data/samples/navi/components/mozbrwsr.xpt +0 -0
  182. data/samples/navi/components/mozfind.xpt +0 -0
  183. data/samples/navi/components/necko.xpt +0 -0
  184. data/samples/navi/components/necko_about.xpt +0 -0
  185. data/samples/navi/components/necko_cache.xpt +0 -0
  186. data/samples/navi/components/necko_cookie.xpt +0 -0
  187. data/samples/navi/components/necko_data.xpt +0 -0
  188. data/samples/navi/components/necko_dns.xpt +0 -0
  189. data/samples/navi/components/necko_file.xpt +0 -0
  190. data/samples/navi/components/necko_ftp.xpt +0 -0
  191. data/samples/navi/components/necko_http.xpt +0 -0
  192. data/samples/navi/components/necko_res.xpt +0 -0
  193. data/samples/navi/components/necko_socket.xpt +0 -0
  194. data/samples/navi/components/necko_strconv.xpt +0 -0
  195. data/samples/navi/components/necko_viewsource.xpt +0 -0
  196. data/samples/navi/components/nsCloseAllWindows.js +143 -0
  197. data/samples/navi/components/nsDefaultCLH.js +231 -0
  198. data/samples/navi/components/nsDictionary.js +148 -0
  199. data/samples/navi/components/nsExtensionManager.js +8497 -0
  200. data/samples/navi/components/nsHelperAppDlg.js +990 -0
  201. data/samples/navi/components/nsInterfaceInfoToIDL.js +590 -0
  202. data/samples/navi/components/nsKillAll.js +200 -0
  203. data/samples/navi/components/nsPostUpdateWin.js +711 -0
  204. data/samples/navi/components/nsProgressDialog.js +949 -0
  205. data/samples/navi/components/nsProxyAutoConfig.js +396 -0
  206. data/samples/navi/components/nsResetPref.js +175 -0
  207. data/samples/navi/components/nsURLFormatter.js +179 -0
  208. data/samples/navi/components/nsUpdateService.js +3074 -0
  209. data/samples/navi/components/nsXULAppInstall.js +301 -0
  210. data/samples/navi/components/nsXmlRpcClient.js +1038 -0
  211. data/samples/navi/components/oji.xpt +0 -0
  212. data/samples/navi/components/passwordmgr.xpt +0 -0
  213. data/samples/navi/components/pipboot.xpt +0 -0
  214. data/samples/navi/components/pipnss.xpt +0 -0
  215. data/samples/navi/components/plugin.xpt +0 -0
  216. data/samples/navi/components/pref.xpt +0 -0
  217. data/samples/navi/components/prefetch.xpt +0 -0
  218. data/samples/navi/components/profile.xpt +0 -0
  219. data/samples/navi/components/progressDlg.xpt +0 -0
  220. data/samples/navi/components/proxyObject.xpt +0 -0
  221. data/samples/navi/components/rdf.xpt +0 -0
  222. data/samples/navi/components/satchel.xpt +0 -0
  223. data/samples/navi/components/saxparser.xpt +0 -0
  224. data/samples/navi/components/shistory.xpt +0 -0
  225. data/samples/navi/components/storage.xpt +0 -0
  226. data/samples/navi/components/toolkitprofile.xpt +0 -0
  227. data/samples/navi/components/transformiix.dll +0 -0
  228. data/samples/navi/components/txmgr.xpt +0 -0
  229. data/samples/navi/components/txtsvc.xpt +0 -0
  230. data/samples/navi/components/uconv.xpt +0 -0
  231. data/samples/navi/components/unicharutil.xpt +0 -0
  232. data/samples/navi/components/universalchardet.dll +0 -0
  233. data/samples/navi/components/update.xpt +0 -0
  234. data/samples/navi/components/uriloader.xpt +0 -0
  235. data/samples/navi/components/urlformatter.xpt +0 -0
  236. data/samples/navi/components/webBrowser_core.xpt +0 -0
  237. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  238. data/samples/navi/components/webshell_idls.xpt +0 -0
  239. data/samples/navi/components/websrvcs.dll +0 -0
  240. data/samples/navi/components/websrvcs.xpt +0 -0
  241. data/samples/navi/components/widget.xpt +0 -0
  242. data/samples/navi/components/windowds.xpt +0 -0
  243. data/samples/navi/components/windowwatcher.xpt +0 -0
  244. data/samples/navi/components/xml-rpc.xpt +0 -0
  245. data/samples/navi/components/xmlextras.dll +0 -0
  246. data/samples/navi/components/xpcom_base.xpt +0 -0
  247. data/samples/navi/components/xpcom_components.xpt +0 -0
  248. data/samples/navi/components/xpcom_ds.xpt +0 -0
  249. data/samples/navi/components/xpcom_io.xpt +0 -0
  250. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  251. data/samples/navi/components/xpcom_thread.xpt +0 -0
  252. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  253. data/samples/navi/components/xpconnect.xpt +0 -0
  254. data/samples/navi/components/xpinstall.xpt +0 -0
  255. data/samples/navi/components/xpti.dat +1424 -0
  256. data/samples/navi/components/xulapp.xpt +0 -0
  257. data/samples/navi/components/xulapp_setup.xpt +0 -0
  258. data/samples/navi/components/xuldoc.xpt +0 -0
  259. data/samples/navi/components/xulrunner.xpt +0 -0
  260. data/samples/navi/components/xultmpl.xpt +0 -0
  261. data/samples/navi/components/xulutil.dll +0 -0
  262. data/samples/navi/controlsNaviMask.png +0 -0
  263. data/samples/navi/greprefs/all.js +1344 -0
  264. data/samples/navi/greprefs/security-prefs.js +69 -0
  265. data/samples/navi/greprefs/xpinstall.js +2 -0
  266. data/samples/navi/navi_demo.rb +207 -0
  267. data/samples/navi/plugins/NPSWF32.dll +0 -0
  268. data/samples/navi/plugins/flashplayer.xpt +0 -0
  269. data/samples/navi/plugins/npnul32.dll +0 -0
  270. data/samples/navi/plugins.cfg +10 -0
  271. data/samples/navi/res/EditorOverride.css +359 -0
  272. data/samples/navi/res/Thumbs.db +0 -0
  273. data/samples/navi/res/arrow.gif +0 -0
  274. data/samples/navi/res/arrowd.gif +0 -0
  275. data/samples/navi/res/bloatcycle.html +40 -0
  276. data/samples/navi/res/broken-image.gif +0 -0
  277. data/samples/navi/res/charsetData.properties +199 -0
  278. data/samples/navi/res/charsetalias.properties +517 -0
  279. data/samples/navi/res/cmessage.txt +1 -0
  280. data/samples/navi/res/dtd/xhtml11.dtd +300 -0
  281. data/samples/navi/res/entityTables/html40Latin1.properties +146 -0
  282. data/samples/navi/res/entityTables/html40Special.properties +69 -0
  283. data/samples/navi/res/entityTables/html40Symbols.properties +164 -0
  284. data/samples/navi/res/entityTables/htmlEntityVersions.properties +50 -0
  285. data/samples/navi/res/entityTables/transliterate.properties +2367 -0
  286. data/samples/navi/res/fonts/fontEncoding.properties +127 -0
  287. data/samples/navi/res/fonts/fontNameMap.properties +134 -0
  288. data/samples/navi/res/forms.css +531 -0
  289. data/samples/navi/res/grabber.gif +0 -0
  290. data/samples/navi/res/hiddenWindow.html +1 -0
  291. data/samples/navi/res/html/Thumbs.db +0 -0
  292. data/samples/navi/res/html/gopher-audio.gif +0 -0
  293. data/samples/navi/res/html/gopher-binary.gif +0 -0
  294. data/samples/navi/res/html/gopher-find.gif +0 -0
  295. data/samples/navi/res/html/gopher-image.gif +0 -0
  296. data/samples/navi/res/html/gopher-menu.gif +0 -0
  297. data/samples/navi/res/html/gopher-movie.gif +0 -0
  298. data/samples/navi/res/html/gopher-sound.gif +0 -0
  299. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  300. data/samples/navi/res/html/gopher-text.gif +0 -0
  301. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  302. data/samples/navi/res/html.css +478 -0
  303. data/samples/navi/res/langGroups.properties +236 -0
  304. data/samples/navi/res/language.properties +259 -0
  305. data/samples/navi/res/loading-image.gif +0 -0
  306. data/samples/navi/res/quirk.css +282 -0
  307. data/samples/navi/res/samples/Anieyes.gif +0 -0
  308. data/samples/navi/res/samples/Thumbs.db +0 -0
  309. data/samples/navi/res/samples/aform.css +69 -0
  310. data/samples/navi/res/samples/beeptest.html +18 -0
  311. data/samples/navi/res/samples/bform.css +45 -0
  312. data/samples/navi/res/samples/bg.jpg +0 -0
  313. data/samples/navi/res/samples/cform.css +40 -0
  314. data/samples/navi/res/samples/checkboxTest.xul +47 -0
  315. data/samples/navi/res/samples/demoform.css +97 -0
  316. data/samples/navi/res/samples/find.html +97 -0
  317. data/samples/navi/res/samples/gear1.gif +0 -0
  318. data/samples/navi/res/samples/image_props.html +58 -0
  319. data/samples/navi/res/samples/mozform.css +256 -0
  320. data/samples/navi/res/samples/printsetup.html +175 -0
  321. data/samples/navi/res/samples/raptor.jpg +0 -0
  322. data/samples/navi/res/samples/rock_gra.gif +0 -0
  323. data/samples/navi/res/samples/scrollbarTest1.xul +66 -0
  324. data/samples/navi/res/samples/scrollbarTest2.xul +19 -0
  325. data/samples/navi/res/samples/sliderTest1.xul +14 -0
  326. data/samples/navi/res/samples/soundtest.html +20 -0
  327. data/samples/navi/res/samples/test.wav +0 -0
  328. data/samples/navi/res/samples/test0.html +220 -0
  329. data/samples/navi/res/samples/test1.html +84 -0
  330. data/samples/navi/res/samples/test10.html +16 -0
  331. data/samples/navi/res/samples/test11.html +42 -0
  332. data/samples/navi/res/samples/test12.html +79 -0
  333. data/samples/navi/res/samples/test13.html +126 -0
  334. data/samples/navi/res/samples/test14.html +5 -0
  335. data/samples/navi/res/samples/test15.html +5 -0
  336. data/samples/navi/res/samples/test16.html +124 -0
  337. data/samples/navi/res/samples/test2.html +41 -0
  338. data/samples/navi/res/samples/test3.html +126 -0
  339. data/samples/navi/res/samples/test4.html +335 -0
  340. data/samples/navi/res/samples/test5.html +199 -0
  341. data/samples/navi/res/samples/test6.html +335 -0
  342. data/samples/navi/res/samples/test7.html +11 -0
  343. data/samples/navi/res/samples/test8-1.html +66 -0
  344. data/samples/navi/res/samples/test8.html +662 -0
  345. data/samples/navi/res/samples/test8dom.html +64 -0
  346. data/samples/navi/res/samples/test8sca.html +308 -0
  347. data/samples/navi/res/samples/test8siz.html +224 -0
  348. data/samples/navi/res/samples/test8tab.html +9 -0
  349. data/samples/navi/res/samples/test9.html +12 -0
  350. data/samples/navi/res/samples/test9a.html +39 -0
  351. data/samples/navi/res/samples/test9b.html +16 -0
  352. data/samples/navi/res/samples/test_ed.html +5 -0
  353. data/samples/navi/res/samples/test_form.html +34 -0
  354. data/samples/navi/res/samples/test_gfx.html +75 -0
  355. data/samples/navi/res/samples/test_lbox.html +100 -0
  356. data/samples/navi/res/samples/test_pr.html +87 -0
  357. data/samples/navi/res/samples/test_weight.html +45 -0
  358. data/samples/navi/res/samples/toolbarTest1.xul +51 -0
  359. data/samples/navi/res/samples/treeTest1.css +62 -0
  360. data/samples/navi/res/samples/treeTest1.xul +110 -0
  361. data/samples/navi/res/samples/xulTest.css +130 -0
  362. data/samples/navi/res/svg.css +64 -0
  363. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  364. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  365. data/samples/navi/res/table-add-column-after.gif +0 -0
  366. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  367. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  368. data/samples/navi/res/table-add-column-before.gif +0 -0
  369. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  370. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  371. data/samples/navi/res/table-add-row-after.gif +0 -0
  372. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  373. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  374. data/samples/navi/res/table-add-row-before.gif +0 -0
  375. data/samples/navi/res/table-remove-column-active.gif +0 -0
  376. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  377. data/samples/navi/res/table-remove-column.gif +0 -0
  378. data/samples/navi/res/table-remove-row-active.gif +0 -0
  379. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  380. data/samples/navi/res/table-remove-row.gif +0 -0
  381. data/samples/navi/res/throbber/Thumbs.db +0 -0
  382. data/samples/navi/res/throbber/anim.gif +0 -0
  383. data/samples/navi/res/throbber/anims00.gif +0 -0
  384. data/samples/navi/res/throbber/anims01.gif +0 -0
  385. data/samples/navi/res/throbber/anims02.gif +0 -0
  386. data/samples/navi/res/throbber/anims03.gif +0 -0
  387. data/samples/navi/res/throbber/anims04.gif +0 -0
  388. data/samples/navi/res/throbber/anims05.gif +0 -0
  389. data/samples/navi/res/throbber/anims06.gif +0 -0
  390. data/samples/navi/res/throbber/anims07.gif +0 -0
  391. data/samples/navi/res/throbber/anims08.gif +0 -0
  392. data/samples/navi/res/throbber/anims09.gif +0 -0
  393. data/samples/navi/res/throbber/anims10.gif +0 -0
  394. data/samples/navi/res/throbber/anims11.gif +0 -0
  395. data/samples/navi/res/throbber/anims12.gif +0 -0
  396. data/samples/navi/res/throbber/anims13.gif +0 -0
  397. data/samples/navi/res/throbber/anims14.gif +0 -0
  398. data/samples/navi/res/throbber/anims15.gif +0 -0
  399. data/samples/navi/res/throbber/anims16.gif +0 -0
  400. data/samples/navi/res/throbber/anims17.gif +0 -0
  401. data/samples/navi/res/throbber/anims18.gif +0 -0
  402. data/samples/navi/res/throbber/anims19.gif +0 -0
  403. data/samples/navi/res/throbber/anims20.gif +0 -0
  404. data/samples/navi/res/throbber/anims21.gif +0 -0
  405. data/samples/navi/res/throbber/anims22.gif +0 -0
  406. data/samples/navi/res/throbber/anims23.gif +0 -0
  407. data/samples/navi/res/throbber/anims24.gif +0 -0
  408. data/samples/navi/res/throbber/anims25.gif +0 -0
  409. data/samples/navi/res/throbber/anims26.gif +0 -0
  410. data/samples/navi/res/throbber/anims27.gif +0 -0
  411. data/samples/navi/res/throbber/anims28.gif +0 -0
  412. data/samples/navi/res/throbber/anims29.gif +0 -0
  413. data/samples/navi/res/ua.css +235 -0
  414. data/samples/navi/res/viewer.properties +1 -0
  415. data/samples/navi/res/viewsource.css +118 -0
  416. data/samples/navi/res/wincharset.properties +55 -0
  417. data/samples/navi/resources.cfg +14 -0
  418. data/samples/navi/testNaviMask.png +0 -0
  419. data/samples/ogre.cfg +8 -0
  420. data/samples/plugins.cfg +11 -0
  421. data/samples/quake3settings.cfg +2 -0
  422. data/samples/render_run_log.5796 +891 -0
  423. data/samples/render_to_texture.rb +161 -0
  424. data/samples/resources.cfg +16 -0
  425. data/samples/sky_box.rb +107 -0
  426. data/samples/sky_dome.rb +86 -0
  427. data/samples/sky_plane.rb +27 -0
  428. data/samples/smoke.rb +23 -0
  429. data/samples/work/cube_mapping.rb +686 -0
  430. metadata +500 -0
@@ -0,0 +1,891 @@
1
+ ==5796== Memcheck, a memory error detector.
2
+ ==5796== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
3
+ ==5796== Using LibVEX rev 1575, a library for dynamic binary translation.
4
+ ==5796== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.
5
+ ==5796== Using valgrind-3.1.1, a dynamic binary instrumentation framework.
6
+ ==5796== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
7
+ ==5796== For more details, rerun with: -v
8
+ ==5796==
9
+ ==5796== My PID = 5796, parent PID = 5598. Prog and args are:
10
+ ==5796== ruby
11
+ ==5796== render_to_texture.rb
12
+ ==5796==
13
+ ==5796== Conditional jump or move depends on uninitialised value(s)
14
+ ==5796== at 0x806EFF8: mark_locations_array (gc.c:619)
15
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
16
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
17
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
18
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
19
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
20
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
21
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
22
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
23
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
24
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
25
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
26
+ ==5796==
27
+ ==5796== Conditional jump or move depends on uninitialised value(s)
28
+ ==5796== at 0x806F000: mark_locations_array (gc.c:619)
29
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
30
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
31
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
32
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
33
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
34
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
35
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
36
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
37
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
38
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
39
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
40
+ ==5796==
41
+ ==5796== Conditional jump or move depends on uninitialised value(s)
42
+ ==5796== at 0x806F016: mark_locations_array (gc.c:620)
43
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
44
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
45
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
46
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
47
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
48
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
49
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
50
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
51
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
52
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
53
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
54
+ ==5796==
55
+ ==5796== Conditional jump or move depends on uninitialised value(s)
56
+ ==5796== at 0x806F034: mark_locations_array (gc.c:625)
57
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
58
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
59
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
60
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
61
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
62
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
63
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
64
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
65
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
66
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
67
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
68
+ ==5796==
69
+ ==5796== Conditional jump or move depends on uninitialised value(s)
70
+ ==5796== at 0x806F041: mark_locations_array (gc.c:625)
71
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
72
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
73
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
74
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
75
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
76
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
77
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
78
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
79
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
80
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
81
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
82
+ ==5796==
83
+ ==5796== Conditional jump or move depends on uninitialised value(s)
84
+ ==5796== at 0x806EEC3: gc_mark (ruby.h:689)
85
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
86
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
87
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
88
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
89
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
90
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
91
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
92
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
93
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
94
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
95
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
96
+ ==5796==
97
+ ==5796== Conditional jump or move depends on uninitialised value(s)
98
+ ==5796== at 0x806EECA: gc_mark (ruby.h:689)
99
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
100
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
101
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
102
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
103
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
104
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
105
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
106
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
107
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
108
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
109
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
110
+ ==5796==
111
+ ==5796== Use of uninitialised value of size 4
112
+ ==5796== at 0x806EEE0: gc_mark (gc.c:729)
113
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
114
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
115
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
116
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
117
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
118
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
119
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
120
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
121
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
122
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
123
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
124
+ ==5796==
125
+ ==5796== Conditional jump or move depends on uninitialised value(s)
126
+ ==5796== at 0x806EFF8: mark_locations_array (gc.c:619)
127
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
128
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
129
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
130
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
131
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
132
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
133
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
134
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
135
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
136
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
137
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
138
+ ==5796==
139
+ ==5796== Conditional jump or move depends on uninitialised value(s)
140
+ ==5796== at 0x806F000: mark_locations_array (gc.c:619)
141
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
142
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
143
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
144
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
145
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
146
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
147
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
148
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
149
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
150
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
151
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
152
+ ==5796==
153
+ ==5796== Conditional jump or move depends on uninitialised value(s)
154
+ ==5796== at 0x806F016: mark_locations_array (gc.c:620)
155
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
156
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
157
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
158
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
159
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
160
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
161
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
162
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
163
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
164
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
165
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
166
+ ==5796==
167
+ ==5796== Conditional jump or move depends on uninitialised value(s)
168
+ ==5796== at 0x806F034: mark_locations_array (gc.c:625)
169
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
170
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
171
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
172
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
173
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
174
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
175
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
176
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
177
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
178
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
179
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
180
+ ==5796==
181
+ ==5796== Conditional jump or move depends on uninitialised value(s)
182
+ ==5796== at 0x806F041: mark_locations_array (gc.c:625)
183
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
184
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
185
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
186
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
187
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
188
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
189
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
190
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
191
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
192
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
193
+ ==5796== by 0x805BFF7: rb_eval (eval.c:3458)
194
+ ==5796==
195
+ ==5796== Conditional jump or move depends on uninitialised value(s)
196
+ ==5796== at 0x806EEC3: gc_mark (ruby.h:689)
197
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
198
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
199
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
200
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
201
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
202
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
203
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
204
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
205
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
206
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
207
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
208
+ ==5796==
209
+ ==5796== Conditional jump or move depends on uninitialised value(s)
210
+ ==5796== at 0x806EECA: gc_mark (ruby.h:689)
211
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
212
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
213
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
214
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
215
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
216
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
217
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
218
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
219
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
220
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
221
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
222
+ ==5796==
223
+ ==5796== Use of uninitialised value of size 4
224
+ ==5796== at 0x806EEE0: gc_mark (gc.c:729)
225
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
226
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
227
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
228
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
229
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
230
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
231
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
232
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
233
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
234
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
235
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
236
+ ==5796==
237
+ ==5796== Use of uninitialised value of size 4
238
+ ==5796== at 0x806EEF3: gc_mark (gc.c:731)
239
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
240
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
241
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
242
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
243
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
244
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
245
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
246
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
247
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
248
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
249
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
250
+ ==5796==
251
+ ==5796== Conditional jump or move depends on uninitialised value(s)
252
+ ==5796== at 0x806EA43: gc_mark_children (gc.c:772)
253
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
254
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
255
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
256
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
257
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
258
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
259
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
260
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
261
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
262
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
263
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
264
+ ==5796==
265
+ ==5796== Conditional jump or move depends on uninitialised value(s)
266
+ ==5796== at 0x806EA4B: gc_mark_children (gc.c:772)
267
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
268
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
269
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
270
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
271
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
272
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
273
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
274
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
275
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
276
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
277
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
278
+ ==5796==
279
+ ==5796== Use of uninitialised value of size 4
280
+ ==5796== at 0x806EA90: gc_mark_children (gc.c:772)
281
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
282
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
283
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
284
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
285
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
286
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
287
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
288
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
289
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
290
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
291
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
292
+ ==5796==
293
+ ==5796== Use of uninitialised value of size 4
294
+ ==5796== at 0x806EA50: gc_mark_children (gc.c:776)
295
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
296
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
297
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
298
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
299
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
300
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
301
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
302
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
303
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
304
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
305
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
306
+ ==5796==
307
+ ==5796== Use of uninitialised value of size 4
308
+ ==5796== at 0x806EA68: gc_mark_children (gc.c:917)
309
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
310
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
311
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
312
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
313
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
314
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
315
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
316
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
317
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
318
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
319
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
320
+ ==5796==
321
+ ==5796== Use of uninitialised value of size 4
322
+ ==5796== at 0x806EA73: gc_mark_children (gc.c:918)
323
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
324
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
325
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
326
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
327
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
328
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
329
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
330
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
331
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
332
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
333
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
334
+ ==5796==
335
+ ==5796== Conditional jump or move depends on uninitialised value(s)
336
+ ==5796== at 0x806EDE9: gc_mark_children (gc.c:949)
337
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
338
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
339
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
340
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
341
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
342
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
343
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
344
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
345
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
346
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
347
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
348
+ ==5796==
349
+ ==5796== Conditional jump or move depends on uninitialised value(s)
350
+ ==5796== at 0x806EDF5: gc_mark_children (gc.c:949)
351
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
352
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
353
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
354
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
355
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
356
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
357
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
358
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
359
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
360
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
361
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
362
+ ==5796==
363
+ ==5796== Use of uninitialised value of size 4
364
+ ==5796== at 0x806EDFB: gc_mark_children (gc.c:949)
365
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
366
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
367
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
368
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
369
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
370
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
371
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
372
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
373
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
374
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
375
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
376
+ ==5796==
377
+ ==5796== Use of uninitialised value of size 4
378
+ ==5796== at 0x806EAE8: gc_mark_children (gc.c:783)
379
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
380
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
381
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
382
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
383
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
384
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
385
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
386
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
387
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
388
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
389
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
390
+ ==5796==
391
+ ==5796== Use of uninitialised value of size 4
392
+ ==5796== at 0x806EAF0: gc_mark_children (gc.c:784)
393
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
394
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
395
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
396
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
397
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
398
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
399
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
400
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
401
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
402
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
403
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
404
+ ==5796==
405
+ ==5796== Use of uninitialised value of size 4
406
+ ==5796== at 0x806ECC2: gc_mark_children (gc.c:979)
407
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
408
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
409
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
410
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
411
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
412
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
413
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
414
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
415
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
416
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
417
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
418
+ ==5796==
419
+ ==5796== Use of uninitialised value of size 4
420
+ ==5796== at 0x806EE39: gc_mark_children (gc.c:807)
421
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
422
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
423
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
424
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
425
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
426
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
427
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
428
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
429
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
430
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
431
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
432
+ ==5796==
433
+ ==5796== Use of uninitialised value of size 4
434
+ ==5796== at 0x806EDD5: gc_mark_children (gc.c:960)
435
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
436
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
437
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
438
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
439
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
440
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
441
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
442
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
443
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
444
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
445
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
446
+ ==5796==
447
+ ==5796== Conditional jump or move depends on uninitialised value(s)
448
+ ==5796== at 0x806ED41: gc_mark_children (gc.c:928)
449
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
450
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
451
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
452
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
453
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
454
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
455
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
456
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
457
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
458
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
459
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
460
+ ==5796==
461
+ ==5796== Conditional jump or move depends on uninitialised value(s)
462
+ ==5796== at 0x806ED49: gc_mark_children (gc.c:928)
463
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
464
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
465
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
466
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
467
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
468
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
469
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
470
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
471
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
472
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
473
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
474
+ ==5796==
475
+ ==5796== Use of uninitialised value of size 4
476
+ ==5796== at 0x806ED4B: gc_mark_children (gc.c:928)
477
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
478
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
479
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
480
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
481
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
482
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
483
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
484
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
485
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
486
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
487
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
488
+ ==5796==
489
+ ==5796== Use of uninitialised value of size 4
490
+ ==5796== at 0x806ED52: gc_mark_children (gc.c:933)
491
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
492
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
493
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
494
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
495
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
496
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
497
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
498
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
499
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
500
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
501
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
502
+ ==5796==
503
+ ==5796== Use of uninitialised value of size 4
504
+ ==5796== at 0x806ED55: gc_mark_children (gc.c:934)
505
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
506
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
507
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
508
+ ==5796== by 0x80CC226: rb_class_boot (class.c:25)
509
+ ==5796== by 0x80CC7B0: rb_define_class_id (class.c:182)
510
+ ==5796== by 0x80CD3A8: rb_define_class_under (class.c:264)
511
+ ==5796== by 0x432A8E0: Init_ogre (ogre_rb_wrap.cpp:234018)
512
+ ==5796== by 0x80D0277: dln_load (dln.c:1357)
513
+ ==5796== by 0x8067D0D: rb_require_safe (eval.c:7171)
514
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
515
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
516
+ ==5796==
517
+ ==5796== Syscall param write(buf) points to uninitialised byte(s)
518
+ ==5796== at 0x41497D3: __write_nocancel (in /lib/libc-2.4.so)
519
+ ==5796== by 0x4D0150E: _IceTransWrite (in /usr/X11R6/lib/libICE.so.6.4)
520
+ ==5796== by 0x4CFB61D: _IceWrite (in /usr/X11R6/lib/libICE.so.6.4)
521
+ ==5796== by 0x4CFB6F1: IceFlush (in /usr/X11R6/lib/libICE.so.6.4)
522
+ ==5796== by 0x4CED8A6: SmcSetProperties (in /usr/X11R6/lib/libSM.so.6.0)
523
+ ==5796== by 0x4CCE473: (within /usr/X11R6/lib/libXt.so.6.0)
524
+ ==5796== by 0x4CAF767: (within /usr/X11R6/lib/libXt.so.6.0)
525
+ ==5796== by 0x4CB0179: (within /usr/X11R6/lib/libXt.so.6.0)
526
+ ==5796== by 0x4CB0504: _XtAppCreateShell (in /usr/X11R6/lib/libXt.so.6.0)
527
+ ==5796== by 0x4CDE812: XtVaAppCreateShell (in /usr/X11R6/lib/libXt.so.6.0)
528
+ ==5796== by 0x4CDEA3E: _XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0)
529
+ ==5796== by 0x4CDEB37: XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0)
530
+ ==5796== Address 0x55CEB5C is 12 bytes inside a block of size 1,024 alloc'd
531
+ ==5796== at 0x402064B: calloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
532
+ ==5796== by 0x4CF8714: IceOpenConnection (in /usr/X11R6/lib/libICE.so.6.4)
533
+ ==5796== by 0x4CEDBB5: SmcOpenConnection (in /usr/X11R6/lib/libSM.so.6.0)
534
+ ==5796== by 0x4CCE04A: (within /usr/X11R6/lib/libXt.so.6.0)
535
+ ==5796== by 0x4CCE5E6: (within /usr/X11R6/lib/libXt.so.6.0)
536
+ ==5796== by 0x4CAF767: (within /usr/X11R6/lib/libXt.so.6.0)
537
+ ==5796== by 0x4CB0179: (within /usr/X11R6/lib/libXt.so.6.0)
538
+ ==5796== by 0x4CB0504: _XtAppCreateShell (in /usr/X11R6/lib/libXt.so.6.0)
539
+ ==5796== by 0x4CDE812: XtVaAppCreateShell (in /usr/X11R6/lib/libXt.so.6.0)
540
+ ==5796== by 0x4CDEA3E: _XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0)
541
+ ==5796== by 0x4CDEB37: XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0)
542
+ ==5796== by 0x49E98AF: Ogre::GLXConfigurator::CreateWindow() (OgreConfigDialog.cpp:238)
543
+ ==5796==
544
+ ==5796== Invalid read of size 4
545
+ ==5796== at 0x577CD62: (within /usr/X11R6/lib/libGL.so.1.0.8776)
546
+ ==5796== Address 0x61AC404 is 2,948 bytes inside a block of size 2,949 alloc'd
547
+ ==5796== at 0x4021259: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
548
+ ==5796== by 0x577BBB5: (within /usr/X11R6/lib/libGL.so.1.0.8776)
549
+ ==5796==
550
+ ==5796== Invalid read of size 4
551
+ ==5796== at 0x577CDCA: (within /usr/X11R6/lib/libGL.so.1.0.8776)
552
+ ==5796== Address 0x61AC404 is 2,948 bytes inside a block of size 2,949 alloc'd
553
+ ==5796== at 0x4021259: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
554
+ ==5796== by 0x577BBB5: (within /usr/X11R6/lib/libGL.so.1.0.8776)
555
+ ==5796==
556
+ ==5796== Invalid read of size 4
557
+ ==5796== at 0x578AC77: (within /usr/X11R6/lib/libGL.so.1.0.8776)
558
+ ==5796== Address 0x611F8EC is 116 bytes inside a block of size 118 alloc'd
559
+ ==5796== at 0x4021259: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
560
+ ==5796== by 0x578AFB8: (within /usr/X11R6/lib/libGL.so.1.0.8776)
561
+ ==5796== by 0x56520E0: Ogre::GLXWindow::create(std::string const&, unsigned, unsigned, bool, std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > > const*) (OgreGLXWindow.cpp:327)
562
+ ==5796== by 0x564A00D: Ogre::GLXGLSupport::newWindow(std::string const&, unsigned, unsigned, bool, std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > > const*) (OgreGLXGLSupport.cpp:168)
563
+ ==5796== by 0x56131E6: Ogre::GLRenderSystem::createRenderWindow(std::string const&, unsigned, unsigned, bool, std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > > const*) (OgreGLRenderSystem.cpp:722)
564
+ ==5796== by 0x564B2B5: Ogre::GLXGLSupport::createWindow(bool, Ogre::GLRenderSystem*, std::string const&) (OgreGLXGLSupport.cpp:155)
565
+ ==5796== by 0x5608D1F: Ogre::GLRenderSystem::initialise(bool, std::string const&) (OgreGLRenderSystem.cpp:194)
566
+ ==5796== by 0x49262A4: Ogre::Root::initialise(bool, std::string const&) (OgreRoot.cpp:488)
567
+ ==5796== by 0x45552A2: SwigDirector_Application::configure() (ExampleApplication.h:155)
568
+ ==5796== by 0x4350135: _wrap_Application_configure(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:227453)
569
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
570
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
571
+ ==5796==
572
+ ==5796== Invalid read of size 4
573
+ ==5796== at 0x578AE5B: (within /usr/X11R6/lib/libGL.so.1.0.8776)
574
+ ==5796== Address 0x611F994 is 116 bytes inside a block of size 119 alloc'd
575
+ ==5796== at 0x4021259: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
576
+ ==5796== by 0x578ACF8: (within /usr/X11R6/lib/libGL.so.1.0.8776)
577
+ ==5796==
578
+ ==5796== Conditional jump or move depends on uninitialised value(s)
579
+ ==5796== at 0x5B1CBFD: (within /usr/X11R6/lib/libGLcore.so.1.0.8776)
580
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
581
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
582
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
583
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
584
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
585
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
586
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
587
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
588
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
589
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
590
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
591
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
592
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
593
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
594
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
595
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
596
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
597
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
598
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
599
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
600
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
601
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
602
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
603
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
604
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
605
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
606
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
607
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
608
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
609
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
610
+ ==5796== Warning: invalid file descriptor -1 in syscall close()
611
+ ==5796==
612
+ ==5796== Conditional jump or move depends on uninitialised value(s)
613
+ ==5796== at 0x806EFF8: mark_locations_array (gc.c:619)
614
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
615
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
616
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
617
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
618
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
619
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
620
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
621
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
622
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
623
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
624
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
625
+ ==5796==
626
+ ==5796== Conditional jump or move depends on uninitialised value(s)
627
+ ==5796== at 0x806F000: mark_locations_array (gc.c:619)
628
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
629
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
630
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
631
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
632
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
633
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
634
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
635
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
636
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
637
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
638
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
639
+ ==5796==
640
+ ==5796== Conditional jump or move depends on uninitialised value(s)
641
+ ==5796== at 0x806F016: mark_locations_array (gc.c:620)
642
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
643
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
644
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
645
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
646
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
647
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
648
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
649
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
650
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
651
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
652
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
653
+ ==5796==
654
+ ==5796== Conditional jump or move depends on uninitialised value(s)
655
+ ==5796== at 0x806F034: mark_locations_array (gc.c:625)
656
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
657
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
658
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
659
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
660
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
661
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
662
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
663
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
664
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
665
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
666
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
667
+ ==5796==
668
+ ==5796== Conditional jump or move depends on uninitialised value(s)
669
+ ==5796== at 0x806F041: mark_locations_array (gc.c:625)
670
+ ==5796== by 0x806F231: garbage_collect (gc.c:1377)
671
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
672
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
673
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
674
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
675
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
676
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
677
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
678
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
679
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
680
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
681
+ ==5796==
682
+ ==5796== Conditional jump or move depends on uninitialised value(s)
683
+ ==5796== at 0x806EFF8: mark_locations_array (gc.c:619)
684
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
685
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
686
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
687
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
688
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
689
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
690
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
691
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
692
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
693
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
694
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
695
+ ==5796==
696
+ ==5796== Conditional jump or move depends on uninitialised value(s)
697
+ ==5796== at 0x806F000: mark_locations_array (gc.c:619)
698
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
699
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
700
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
701
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
702
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
703
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
704
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
705
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
706
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
707
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
708
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
709
+ ==5796==
710
+ ==5796== Conditional jump or move depends on uninitialised value(s)
711
+ ==5796== at 0x806F016: mark_locations_array (gc.c:620)
712
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
713
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
714
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
715
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
716
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
717
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
718
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
719
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
720
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
721
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
722
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
723
+ ==5796==
724
+ ==5796== Conditional jump or move depends on uninitialised value(s)
725
+ ==5796== at 0x806F034: mark_locations_array (gc.c:625)
726
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
727
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
728
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
729
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
730
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
731
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
732
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
733
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
734
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
735
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
736
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
737
+ ==5796==
738
+ ==5796== Conditional jump or move depends on uninitialised value(s)
739
+ ==5796== at 0x806F041: mark_locations_array (gc.c:625)
740
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
741
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
742
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
743
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
744
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
745
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
746
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
747
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
748
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
749
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
750
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
751
+ ==5796==
752
+ ==5796== Use of uninitialised value of size 4
753
+ ==5796== at 0x80B3A54: st_lookup (st.c:251)
754
+ ==5796== by 0x80C1165: rb_mark_generic_ivar (variable.c:937)
755
+ ==5796== by 0x806EA9D: gc_mark_children (gc.c:773)
756
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
757
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
758
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
759
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
760
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
761
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
762
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
763
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
764
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
765
+ ==5796==
766
+ ==5796== Conditional jump or move depends on uninitialised value(s)
767
+ ==5796== at 0x80B3A5D: st_lookup (st.c:251)
768
+ ==5796== by 0x80C1165: rb_mark_generic_ivar (variable.c:937)
769
+ ==5796== by 0x806EA9D: gc_mark_children (gc.c:773)
770
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
771
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
772
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
773
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
774
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
775
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
776
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
777
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
778
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
779
+ ==5796==
780
+ ==5796== Conditional jump or move depends on uninitialised value(s)
781
+ ==5796== at 0x80B3A68: st_lookup (st.c:251)
782
+ ==5796== by 0x80C1165: rb_mark_generic_ivar (variable.c:937)
783
+ ==5796== by 0x806EA9D: gc_mark_children (gc.c:773)
784
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
785
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
786
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
787
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
788
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
789
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
790
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
791
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
792
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
793
+ ==5796==
794
+ ==5796== Conditional jump or move depends on uninitialised value(s)
795
+ ==5796== at 0x80B3A85: st_lookup (st.c:251)
796
+ ==5796== by 0x80C1165: rb_mark_generic_ivar (variable.c:937)
797
+ ==5796== by 0x806EA9D: gc_mark_children (gc.c:773)
798
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
799
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
800
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
801
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
802
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
803
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
804
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
805
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
806
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
807
+ ==5796==
808
+ ==5796== Use of uninitialised value of size 4
809
+ ==5796== at 0x806EACB: gc_mark_children (gc.c:956)
810
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
811
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
812
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
813
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
814
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
815
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
816
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
817
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
818
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
819
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
820
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
821
+ ==5796==
822
+ ==5796== Use of uninitialised value of size 4
823
+ ==5796== at 0x806ED2F: gc_mark_children (gc.c:943)
824
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
825
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
826
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
827
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
828
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
829
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
830
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
831
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
832
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
833
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
834
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
835
+ ==5796==
836
+ ==5796== Use of uninitialised value of size 4
837
+ ==5796== at 0x806ED3A: gc_mark_children (gc.c:944)
838
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
839
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
840
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
841
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
842
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
843
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
844
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
845
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
846
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
847
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
848
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
849
+ ==5796==
850
+ ==5796== Use of uninitialised value of size 4
851
+ ==5796== at 0x806EE2E: gc_mark_children (gc.c:794)
852
+ ==5796== by 0x806F073: mark_locations_array (gc.c:640)
853
+ ==5796== by 0x806F248: garbage_collect (gc.c:1379)
854
+ ==5796== by 0x806FAB5: rb_newobj (gc.c:395)
855
+ ==5796== by 0x80C86AA: bignew_1 (bignum.c:47)
856
+ ==5796== by 0x80C8C89: rb_uint2big (bignum.c:144)
857
+ ==5796== by 0x80C8CDC: rb_int2big (bignum.c:168)
858
+ ==5796== by 0x42F6769: SWIG_RubyPtrToReference (ogre_rb_wrap.cpp:1030)
859
+ ==5796== by 0x42F6877: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1076)
860
+ ==5796== by 0x45563AF: SwigDirector_ApplicationFrameListener::processUnbufferedKeyInput(Ogre::FrameEvent const&) (ogre_rb_wrap.cpp:4939)
861
+ ==5796== by 0x455448D: SwigDirector_ApplicationFrameListener::frameStarted(Ogre::FrameEvent const&) (ExampleFrameListener.h:353)
862
+ ==5796== by 0x4353306: _wrap_ExampleFrameListener_frameStarted(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:226043)
863
+ ==5796==
864
+ ==5796== Invalid read of size 4
865
+ ==5796== at 0x42F68BA: SWIG_Ruby_NewPointerObj (ogre_rb_wrap.cpp:1309)
866
+ ==5796== by 0x42F9586: _wrap_ApplicationFrameListener_camera(int, unsigned long*, unsigned long) (ogre_rb_wrap.cpp:228221)
867
+ ==5796== by 0x8055115: call_cfunc (eval.c:5654)
868
+ ==5796== by 0x805D7EC: rb_call0 (eval.c:5810)
869
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
870
+ ==5796== by 0x805BC52: rb_eval (eval.c:3464)
871
+ ==5796== by 0x805BE29: rb_eval (eval.c:3437)
872
+ ==5796== by 0x805BE90: rb_eval (eval.c:3438)
873
+ ==5796== by 0x805DFDA: rb_call0 (eval.c:5954)
874
+ ==5796== by 0x805E3D0: rb_call (eval.c:6048)
875
+ ==5796== by 0x805E8B5: vafuncall (eval.c:6125)
876
+ ==5796== by 0x805E9DF: rb_funcall (eval.c:6142)
877
+ ==5796== Address 0x10 is not stack'd, malloc'd or (recently) free'd
878
+ ==5796==
879
+ ==5796== ERROR SUMMARY: 6950 errors from 61 contexts (suppressed: 11 from 1)
880
+ ==5796== malloc/free: in use at exit: 26,417,958 bytes in 42,194 blocks.
881
+ ==5796== malloc/free: 135,039 allocs, 92,845 frees, 72,124,124 bytes allocated.
882
+ ==5796== For counts of detected errors, rerun with: -v
883
+ ==5796== searching for pointers to 42,194 not-freed blocks.
884
+ ==5796== checked 46,892,108 bytes.
885
+ ==5796==
886
+ ==5796== LEAK SUMMARY:
887
+ ==5796== definitely lost: 837 bytes in 3 blocks.
888
+ ==5796== possibly lost: 1,630,613 bytes in 1,416 blocks.
889
+ ==5796== still reachable: 24,786,508 bytes in 40,775 blocks.
890
+ ==5796== suppressed: 0 bytes in 0 blocks.
891
+ ==5796== Use --leak-check=full to see details of leaked memory.