Simple project with a single pushbutton: msgbox "Hello World" Result:
Thread 4 Crashed: 0 SpawnCompiler.rbx_0.dylib 0x2628ff5a 0x26146000 + 1351514 1 SpawnCompiler.rbx_0.dylib 0x2624fb00 REALPluginMain + 1080202 2 SpawnCompiler.rbx_0.dylib 0x2624781e REALPluginMain + 1046696 3 SpawnCompiler.rbx_0.dylib 0x26246b64 REALPluginMain + 1043438 4 SpawnCompiler.rbx_0.dylib 0x2628eee4 0x26146000 + 1347300 5 SpawnCompiler.rbx_0.dylib 0x26246173 REALPluginMain + 1040893 6 SpawnCompiler.rbx_0.dylib 0x26282b52 0x26146000 + 1297234 7 SpawnCompiler.rbx_0.dylib 0x26190570 REALPluginMain + 296442 8 SpawnCompiler.rbx_0.dylib 0x261c5644 REALPluginMain + 513742 9 SpawnCompiler.rbx_0.dylib 0x26151ae5 REALPluginMain + 39791 10 com.realsoftware.realbasic 0x002aa677 Compiler.Compile%o<CodeUnit>%o<Compiler>o<CompilationUnit>o<CompilerSymbolTables>o<CompilerSettings> + 186 11 com.realsoftware.realbasic 0x00a64c35 CompileProcess.CompileProcess.InternalDoCompile%A1o<CodeUnit>%o<CompileProcess.CompileProcess>A1o<Document>i4i4 + 11945 12 com.realsoftware.realbasic 0x00a60ebc CompileProcess.CompileProcess.CompileThread_Run%%o<CompileProcess.CompileProcess> + 143 13 rbframework.dylib 0x019bd45f ThreadSuspend + 351 14 ...ple.CoreServices.CarbonCore 0x959c6d41 CooperativeThread + 309 15 libSystem.B.dylib 0x96f5f6f5 _pthread_start + 321 16 libSystem.B.dylib 0x96f5f5b2 thread_start + 34 Thread 4 crashed with X86 Thread State (32-bit): eax: 0xc0000003 ebx: 0x2628ff43 ecx: 0x00000001 edx: 0x300394c0 edi: 0x2e219a9c esi: 0x2e537c10 ebp: 0xb022f5a8 esp: 0xb022f590 ss: 0x0000001f efl: 0x00010206 eip: 0x2628ff5a cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037 cr2: 0xc0000007 On Mon, Oct 6, 2008 at 5:02 AM, Theodore H. Smith <[EMAIL PROTECTED]>wrote: > Hi everyone, > > I emailed a few people, but no one responded yet. I created the simplest > project that will crash with multiple plugins conflicting. > > But the thing is... it's a bit TOO simple. It registers no functions or > classes at all!! I am wondering if I did something wrong? I did try clearing > my REALbasic cache, but no effect, it still crashed. So perhaps I really do > have the simplest plugin code that will crash RB2008r4? > > I really need someone to RUN this, and verify for me, that it crashes or > not. It's for the plugin community, guys... > > I made an example Xcode project here: > > http://elfdata.com/temp/crash_plugin.zip > > Here is what it contains: > > 1) Einhugur's #TypeLib (sorry Bjorn ;) but I got it free from your > publically available demo downloads) > > 2) a plugin called "wtf.dylib", which basically registers nothing. No > methods, no classes, nothing. > > 3) The source code to this "wtf" plugin as an Xcode project. > > Can anyone try download this, and put the #TypeLib and the wtf.dylib plugin > in their plugins folder, and... run RB2008r4? No other plugins, just those > two. And then run an empty project in RB. No code required. > > I'm seeing a crash when I run it. > > -- > http://elfdata.com/plugin/ > "String processing, done right" > > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> > -- --------------------------------------------- Peter K. Stys, MD Dept. of Clinical Neurosciences Hotchkiss Brain Institute University of Calgary tel (403) 210-8646 --------------------------------------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
