[Bug 12660] New: SIGSEGV if no PT_INTERP in target of wine-preloader
http://bugs.winehq.org/show_bug.cgi?id=12660 Summary: SIGSEGV if no PT_INTERP in target of wine-preloader Product: Wine Version: 0.9.59. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jreiser(a)BitWagon.com Created an attachment (id=12311) --> (http://bugs.winehq.org/attachment.cgi?id=12311) patch to wine-0.9.60/loader/preloader.c wine-preloader gets a SIGSEGV if the target program has no PT_INTERP. Patch attached. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-04-19 18:03:54 --- Please send your patch to wine-patches(a)winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-04-20 04:19:54 --- I think John is trying to load Valgrind with the preloader (or something like that). Usually we like to see a series of patches that yield a concrete benefit, but hey, this one looks simple and sane, no reason not to commit. (Although I might have put the default initializers in the else clause, to make it clear they weren't needed normally?) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #3 from John Reiser <jreiser(a)BitWagon.com> 2008-04-20 10:00:42 --- Those default initializers could be put in an 'else' following the "if (interp)". The tradeoff is code size. [The top-level valgrind itself has a PT_INTERP. It's the tools (memcheck, ...) which have no PT_INTERP. Another patch with more accommodations for valgrind tools will appear soon; this present patch is totally general for any ELF.] -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-23 15:39:57 --- Is this still an issue in current (1.1.6 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #5 from John Reiser <jreiser(a)BitWagon.com> 2008-10-23 16:22:43 --- Yes, wine 1.1.6 still has the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-10-23 16:32:40 --- You might resend the patch and ask for comments. Also, be sure to put it in git diff format. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-05-03 21:10:58 --- Ping. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2009-05-03 21:22:25 --- I think we might want to mark this one abandoned; I was John's customer, and I'm happy with leaving this one unfixed for now. (John, feel free to reopen if you want to push on it.) Valgrind's trunk now works fairly well with Wine on a number of apps, partly due to the subset of John's patches that have made it in to both wine and valgrind. We may well want to revisit some of John's unapplied patches at some point, but I haven't run into a reason just yet. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12660 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-05-03 21:25:24 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org