On Oct 5, 2008, at 1:02 PM, Tim Jones wrote:

On Oct 5, 2008, at 8:50 AM, Alfred Van Hoek wrote:

On Oct 4, 2008, at 5:01 PM, Theodore H. Smith wrote:

has anyone else found their plugin not working in RB2008r4?

yeah, it sucks, don't know what, but an empty project compilation hangs in a plugin that is being prepared, not necessarily one of our plugins, depends on ???

Have you tried adding the plugins one at a time? Time consuming, but it can give you a better idea of exactly which plugin is not reacting well.

Here's what I do when I tracking things like this:

Rename the Plugins Folder and Create an empty one
Start the IDE and build the default, empty project for Windows, Linux, and O SX with no external plugins
Exit the IDE
Add one external plugin to the new plugins folder
Start the IDE and build the default project
Loop through each plugin until the bad plugin rears its head

This helped me determine that one of our internal plugins was conflicting with a method in one of the builtin plugnis.


Yes, that procedure is well known, but not sure if a conflicting method is involved. We found one of our plugins that results in the segmentation fault crash, and removing that one from the plugins folder did cure the empty project compilation. Our plugins folder contains the Einhugurs typelib which does not seem to be the culprit, btw.

If we test the "offending plugin", it is the only plugin in the plugins folder, then an empty project compiles just fine, but the console lists the following:

10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2257b8a0: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2257b8d0: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22580dd0: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22580e00: non- page-aligned, non-allocated pointer being freed
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22588c70: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22588ca0: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2258c630: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM REALbasic 2008[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2258c660: Non- aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2257b8a0: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2257b8d0: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22580dd0: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22580e00: non-page-aligned, non-allocated pointer being freed 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22588c70: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x22588ca0: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2258c630: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] REALbasic 2008(16420,0xb0230000) malloc: *** error for object 0x2258c660: Non-aligned pointer being freed (2) 10/5/08 5:23:54 PM [0x0-0x5ca5ca].com.realsoftware.realbasic[16420] *** set a breakpoint in malloc_error_break to debug



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to